Class ResetLicenseKeyModel


  • public class ResetLicenseKeyModel
    extends java.lang.Object
    Represents a license key reset request.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Integer getAccountId()
      Getter for accountId The primary key of the account ID to reset
      java.lang.Boolean getConfirmResetLicenseKey()
      Getter for confirmResetLicenseKey Set this value to true to reset the license key for this account.
      void setAccountId​(java.lang.Integer value)
      Setter for accountId The primary key of the account ID to reset
      void setConfirmResetLicenseKey​(java.lang.Boolean value)
      Setter for confirmResetLicenseKey Set this value to true to reset the license key for this account.
      java.lang.String toString()
      Returns a JSON string representation of ResetLicenseKeyModel
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ResetLicenseKeyModel

        public ResetLicenseKeyModel()
    • Method Detail

      • getAccountId

        public java.lang.Integer getAccountId()
        Getter for accountId The primary key of the account ID to reset
      • setAccountId

        public void setAccountId​(java.lang.Integer value)
        Setter for accountId The primary key of the account ID to reset
      • getConfirmResetLicenseKey

        public java.lang.Boolean getConfirmResetLicenseKey()
        Getter for confirmResetLicenseKey Set this value to true to reset the license key for this account. This license key reset function will only work when called using the credentials of the account administrator of this account.
      • setConfirmResetLicenseKey

        public void setConfirmResetLicenseKey​(java.lang.Boolean value)
        Setter for confirmResetLicenseKey Set this value to true to reset the license key for this account. This license key reset function will only work when called using the credentials of the account administrator of this account.
      • toString

        public java.lang.String toString()
        Returns a JSON string representation of ResetLicenseKeyModel
        Overrides:
        toString in class java.lang.Object