Class XPackInfoResponse.FeatureSetsInfo.FeatureSet

java.lang.Object
org.elasticsearch.client.xpack.XPackInfoResponse.FeatureSetsInfo.FeatureSet
Enclosing class:
XPackInfoResponse.FeatureSetsInfo

public static class XPackInfoResponse.FeatureSetsInfo.FeatureSet extends Object
  • Constructor Details

    • FeatureSet

      public FeatureSet(String name, @Nullable String description, boolean available, boolean enabled, @Nullable Map<String,Object> nativeCodeInfo)
  • Method Details

    • name

      public String name()
    • available

      public boolean available()
    • enabled

      public boolean enabled()
    • nativeCodeInfo

      @Deprecated @Nullable public Map<String,Object> nativeCodeInfo()
      Deprecated.
      Use ML info api to find native code info
      Return native code info
    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object