Class PutFollowResponse


  • public final class PutFollowResponse
    extends java.lang.Object
    • Constructor Detail

      • PutFollowResponse

        public PutFollowResponse​(boolean followIndexCreated,
                                 boolean followIndexShardsAcked,
                                 boolean indexFollowingStarted)
    • Method Detail

      • isFollowIndexCreated

        public boolean isFollowIndexCreated()
      • isFollowIndexShardsAcked

        public boolean isFollowIndexShardsAcked()
      • isIndexFollowingStarted

        public boolean isIndexFollowingStarted()
      • 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