Class PutFollowResponse

java.lang.Object
org.elasticsearch.client.ccr.PutFollowResponse

public final class PutFollowResponse extends Object
  • Constructor Details

    • PutFollowResponse

      public PutFollowResponse(boolean followIndexCreated, boolean followIndexShardsAcked, boolean indexFollowingStarted)
  • Method Details

    • fromXContent

      public static PutFollowResponse fromXContent(org.elasticsearch.xcontent.XContentParser parser) throws IOException
      Throws:
      IOException
    • isFollowIndexCreated

      public boolean isFollowIndexCreated()
    • isFollowIndexShardsAcked

      public boolean isFollowIndexShardsAcked()
    • isIndexFollowingStarted

      public boolean isIndexFollowingStarted()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object