Class GetFeaturesResponse
java.lang.Object
org.elasticsearch.client.snapshots.GetFeaturesResponse
public class GetFeaturesResponse
extends java.lang.Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetFeaturesResponse.SnapshottableFeature -
Constructor Summary
Constructors Constructor Description GetFeaturesResponse(java.util.List<GetFeaturesResponse.SnapshottableFeature> features) -
Method Summary
Modifier and Type Method Description booleanequals(java.lang.Object o)java.util.List<GetFeaturesResponse.SnapshottableFeature>getFeatures()inthashCode()static GetFeaturesResponseparse(org.elasticsearch.common.xcontent.XContentParser parser)Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
GetFeaturesResponse
-
-
Method Details
-
getFeatures
-
parse
-
equals
public boolean equals(java.lang.Object o)- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-