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 java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    FeatureSet​(java.lang.String name, java.lang.String description, boolean available, boolean enabled, java.util.Map<java.lang.String,​java.lang.Object> nativeCodeInfo)  
  • Method Summary

    Modifier and Type Method Description
    boolean available()  
    boolean enabled()  
    boolean equals​(java.lang.Object other)  
    int hashCode()  
    java.lang.String name()  
    java.util.Map<java.lang.String,​java.lang.Object> nativeCodeInfo()
    Deprecated.
    Use ML info api to find native code info
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • FeatureSet

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

    • name

      public java.lang.String name()
    • available

      public boolean available()
    • enabled

      public boolean enabled()
    • nativeCodeInfo

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

      public boolean equals​(java.lang.Object other)
      Overrides:
      equals in class java.lang.Object
    • hashCode

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

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object