类 RemoveIndexLifecyclePolicyResponse
java.lang.Object
org.easysearch.client.indexlifecycle.RemoveIndexLifecyclePolicyResponse
public class RemoveIndexLifecyclePolicyResponse
extends java.lang.Object
-
字段概要
字段 修饰符和类型 字段 说明 static org.easysearch.common.ParseFieldFAILED_INDEXES_FIELDstatic org.easysearch.common.ParseFieldHAS_FAILURES_FIELDstatic org.easysearch.common.xcontent.ConstructingObjectParser<RemoveIndexLifecyclePolicyResponse,java.lang.Void>PARSER -
构造器概要
构造器 构造器 说明 RemoveIndexLifecyclePolicyResponse(java.util.List<java.lang.String> failedIndexes) -
方法概要
修饰符和类型 方法 说明 booleanequals(java.lang.Object obj)static RemoveIndexLifecyclePolicyResponsefromXContent(org.easysearch.common.xcontent.XContentParser parser)java.util.List<java.lang.String>getFailedIndexes()booleanhasFailures()inthashCode()从类继承的方法 java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
字段详细资料
-
HAS_FAILURES_FIELD
public static final org.easysearch.common.ParseField HAS_FAILURES_FIELD -
FAILED_INDEXES_FIELD
public static final org.easysearch.common.ParseField FAILED_INDEXES_FIELD -
PARSER
public static final org.easysearch.common.xcontent.ConstructingObjectParser<RemoveIndexLifecyclePolicyResponse,java.lang.Void> PARSER
-
-
构造器详细资料
-
RemoveIndexLifecyclePolicyResponse
public RemoveIndexLifecyclePolicyResponse(java.util.List<java.lang.String> failedIndexes)
-
-
方法详细资料
-
getFailedIndexes
public java.util.List<java.lang.String> getFailedIndexes() -
hasFailures
public boolean hasFailures() -
fromXContent
public static RemoveIndexLifecyclePolicyResponse fromXContent(org.easysearch.common.xcontent.XContentParser parser) -
hashCode
public int hashCode()- 覆盖:
hashCode在类中java.lang.Object
-
equals
public boolean equals(java.lang.Object obj)- 覆盖:
equals在类中java.lang.Object
-