Class GetFeaturesResponse.SnapshottableFeature
java.lang.Object
org.elasticsearch.client.snapshots.GetFeaturesResponse.SnapshottableFeature
- Enclosing class:
- GetFeaturesResponse
public static class GetFeaturesResponse.SnapshottableFeature
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description SnapshottableFeature(java.lang.String featureName, java.lang.String description) -
Method Summary
Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.StringgetDescription()java.lang.StringgetFeatureName()inthashCode()static GetFeaturesResponse.SnapshottableFeatureparse(org.elasticsearch.common.xcontent.XContentParser parser, java.lang.Void ctx)Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
SnapshottableFeature
public SnapshottableFeature(java.lang.String featureName, java.lang.String description)
-
-
Method Details
-
parse
public static GetFeaturesResponse.SnapshottableFeature parse(org.elasticsearch.common.xcontent.XContentParser parser, java.lang.Void ctx) -
getFeatureName
public java.lang.String getFeatureName() -
getDescription
public java.lang.String getDescription() -
equals
public boolean equals(java.lang.Object o)- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-