Package org.elasticsearch.client.xpack
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 booleanavailable()booleanenabled()booleanequals(java.lang.Object other)inthashCode()java.lang.Stringname()java.util.Map<java.lang.String,java.lang.Object>nativeCodeInfo()Deprecated.Use ML info api to find native code infojava.lang.StringtoString()
-
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 infoReturn native code info -
equals
public boolean equals(java.lang.Object other)- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-