Class PutWatchResponse


  • public class PutWatchResponse
    extends java.lang.Object
    • Constructor Detail

      • PutWatchResponse

        public PutWatchResponse()
      • PutWatchResponse

        public PutWatchResponse​(java.lang.String id,
                                long version,
                                long seqNo,
                                long primaryTerm,
                                boolean created)
    • Method Detail

      • getId

        public java.lang.String getId()
      • getVersion

        public long getVersion()
      • getSeqNo

        public long getSeqNo()
      • getPrimaryTerm

        public long getPrimaryTerm()
      • isCreated

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