Class XPackInfoResponse.BuildInfo

    • Constructor Detail

      • BuildInfo

        public BuildInfo​(java.lang.String hash,
                         java.lang.String timestamp)
      • BuildInfo

        public BuildInfo​(StreamInput input)
                  throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • writeTo

        public void writeTo​(StreamOutput output)
                     throws java.io.IOException
        Specified by:
        writeTo in interface Writeable
        Throws:
        java.io.IOException
      • getHash

        public java.lang.String getHash()
      • getTimestamp

        public java.lang.String getTimestamp()
      • equals

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

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