Class RemoveIndexLifecyclePolicyAction.Response

All Implemented Interfaces:
Writeable, org.elasticsearch.core.RefCounted, org.elasticsearch.xcontent.ToXContent, org.elasticsearch.xcontent.ToXContentObject
Enclosing class:
RemoveIndexLifecyclePolicyAction

public static class RemoveIndexLifecyclePolicyAction.Response extends ActionResponse implements org.elasticsearch.xcontent.ToXContentObject
  • Field Details

    • HAS_FAILURES_FIELD

      public static final org.elasticsearch.xcontent.ParseField HAS_FAILURES_FIELD
    • FAILED_INDEXES_FIELD

      public static final org.elasticsearch.xcontent.ParseField FAILED_INDEXES_FIELD
    • PARSER

      public static final org.elasticsearch.xcontent.ConstructingObjectParser<RemoveIndexLifecyclePolicyAction.Response,Void> PARSER
  • Constructor Details

  • Method Details

    • getFailedIndexes

      public List<String> getFailedIndexes()
    • hasFailures

      public boolean hasFailures()
    • toXContent

      public org.elasticsearch.xcontent.XContentBuilder toXContent(org.elasticsearch.xcontent.XContentBuilder builder, org.elasticsearch.xcontent.ToXContent.Params params) throws IOException
      Specified by:
      toXContent in interface org.elasticsearch.xcontent.ToXContent
      Throws:
      IOException
    • writeTo

      public void writeTo(StreamOutput out) throws IOException
      Specified by:
      writeTo in interface Writeable
      Throws:
      IOException
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object