类 RemoveIndexLifecyclePolicyResponse

java.lang.Object
org.easysearch.client.indexlifecycle.RemoveIndexLifecyclePolicyResponse

public class RemoveIndexLifecyclePolicyResponse
extends java.lang.Object
  • 字段详细资料

    • 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