Class ResetLicenseKeyModel
- java.lang.Object
-
- net.avalara.avatax.rest.client.models.ResetLicenseKeyModel
-
public class ResetLicenseKeyModel extends java.lang.Object
Represents a license key reset request.
-
-
Constructor Summary
Constructors Constructor Description ResetLicenseKeyModel()
-
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 resetjava.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 resetvoid
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
-
-
-
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 classjava.lang.Object
-
-