Class XPackInfoResponse.LicenseInfo

    • Constructor Detail

      • LicenseInfo

        public LicenseInfo​(java.lang.String uid,
                           java.lang.String type,
                           java.lang.String mode,
                           LicenseStatus status,
                           long expiryDate)
      • LicenseInfo

        public LicenseInfo​(StreamInput in)
                    throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • writeTo

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

        public java.lang.String getUid()
      • getType

        public java.lang.String getType()
      • getMode

        public java.lang.String getMode()
      • getExpiryDate

        public long getExpiryDate()
      • 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