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 org.elasticsearch.common.ParseFieldFAILED_INDEXES_FIELDstatic org.elasticsearch.common.ParseFieldHAS_FAILURES_FIELDstatic org.elasticsearch.common.xcontent.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(org.elasticsearch.common.xcontent.XContentParser parser)java.util.List<java.lang.String>getFailedIndexes()booleanhasFailures()inthashCode()
-
Field Details
-
HAS_FAILURES_FIELD
public static final org.elasticsearch.common.ParseField HAS_FAILURES_FIELD -
FAILED_INDEXES_FIELD
public static final org.elasticsearch.common.ParseField FAILED_INDEXES_FIELD -
PARSER
public static final org.elasticsearch.common.xcontent.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
public static RemoveIndexLifecyclePolicyResponse fromXContent(org.elasticsearch.common.xcontent.XContentParser parser) -
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)- Overrides:
equalsin classjava.lang.Object
-