Class RemoveIndexLifecyclePolicyResponse
- java.lang.Object
-
- org.elasticsearch.client.indexlifecycle.RemoveIndexLifecyclePolicyResponse
-
public class RemoveIndexLifecyclePolicyResponse extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static ParseFieldFAILED_INDEXES_FIELDstatic ParseFieldHAS_FAILURES_FIELDstatic ConstructingObjectParser<RemoveIndexLifecyclePolicyResponse,java.lang.Void>PARSER
-
Constructor Summary
Constructors Constructor Description RemoveIndexLifecyclePolicyResponse(java.util.List<java.lang.String> failedIndexes)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)static RemoveIndexLifecyclePolicyResponsefromXContent(XContentParser parser)java.util.List<java.lang.String>getFailedIndexes()booleanhasFailures()inthashCode()
-
-
-
Field Detail
-
HAS_FAILURES_FIELD
public static final ParseField HAS_FAILURES_FIELD
-
FAILED_INDEXES_FIELD
public static final ParseField FAILED_INDEXES_FIELD
-
PARSER
public static final ConstructingObjectParser<RemoveIndexLifecyclePolicyResponse,java.lang.Void> PARSER
-
-
Method Detail
-
getFailedIndexes
public java.util.List<java.lang.String> getFailedIndexes()
-
hasFailures
public boolean hasFailures()
-
fromXContent
public static RemoveIndexLifecyclePolicyResponse fromXContent(XContentParser parser)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
-