Class ResolveIndexAction.Response

java.lang.Object
All Implemented Interfaces:
Writeable, org.elasticsearch.common.util.concurrent.RefCounted, org.elasticsearch.common.xcontent.ToXContent, org.elasticsearch.common.xcontent.ToXContentObject
Enclosing class:
ResolveIndexAction

public static class ResolveIndexAction.Response
extends ActionResponse
implements org.elasticsearch.common.xcontent.ToXContentObject
  • Constructor Details

  • Method Details

    • getIndices

      public java.util.List<ResolveIndexAction.ResolvedIndex> getIndices()
    • getAliases

      public java.util.List<ResolveIndexAction.ResolvedAlias> getAliases()
    • getDataStreams

      public java.util.List<ResolveIndexAction.ResolvedDataStream> getDataStreams()
    • writeTo

      public void writeTo​(StreamOutput out) throws java.io.IOException
      Description copied from interface: Writeable
      Write this into the StreamOutput.
      Specified by:
      writeTo in interface Writeable
      Throws:
      java.io.IOException
    • toXContent

      public org.elasticsearch.common.xcontent.XContentBuilder toXContent​(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params) throws java.io.IOException
      Specified by:
      toXContent in interface org.elasticsearch.common.xcontent.ToXContent
      Throws:
      java.io.IOException
    • equals

      public boolean equals​(java.lang.Object o)
      Overrides:
      equals in class java.lang.Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class java.lang.Object