Class LicenseRequest

    • Method Detail

      • getProduct

        public String getProduct()
        Name of the product.
        Returns:
        Name of the product
      • getHardwareId

        public String getHardwareId()
        Hardware ID generated by one of the IdentityProvider
        Returns:
        Hardware ID
      • getLicenseKey

        public String getLicenseKey()
        License key, you can find it on LicenseSpring platform.
        Returns:
        License key.
      • getUsername

        public String getUsername()
        Username.
        Returns:
        Username
      • getPassword

        public String getPassword()
        Password.
        Returns:
        Password
      • setProduct

        public void setProduct​(String product)
        Name of the product.
      • setHardwareId

        public void setHardwareId​(String hardwareId)
        Hardware ID generated by one of the IdentityProvider
      • setLicenseKey

        public void setLicenseKey​(String licenseKey)
        License key, you can find it on LicenseSpring platform.
      • setUsername

        public void setUsername​(String username)
        Username.
      • setPassword

        public void setPassword​(String password)
        Password.
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object