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
Modifier and Type Method Description booleanequals(java.lang.Object obj)static RemoveIndexLifecyclePolicyResponsefromXContent(XContentParser parser)java.util.List<java.lang.String>getFailedIndexes()booleanhasFailures()inthashCode()
-
Field Details
-
HAS_FAILURES_FIELD
-
FAILED_INDEXES_FIELD
-
PARSER
public static final ConstructingObjectParser<RemoveIndexLifecyclePolicyResponse,java.lang.Void> PARSER
-
-
Constructor Details
-
RemoveIndexLifecyclePolicyResponse
public RemoveIndexLifecyclePolicyResponse(java.util.List<java.lang.String> failedIndexes)
-
-
Method Details
-
getFailedIndexes
public java.util.List<java.lang.String> getFailedIndexes() -
hasFailures
public boolean hasFailures() -
fromXContent
-
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)- Overrides:
equalsin classjava.lang.Object
-