Class ResetLicenseKeyModel
- java.lang.Object
-
- net.avalara.avatax.rest.client.models.ResetLicenseKeyModel
-
public class ResetLicenseKeyModel extends java.lang.ObjectRepresents 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.IntegergetAccountId()Getter for accountId The primary key of the account ID to resetjava.lang.BooleangetConfirmResetLicenseKey()Getter for confirmResetLicenseKey Set this value to true to reset the license key for this account.voidsetAccountId(java.lang.Integer value)Setter for accountId The primary key of the account ID to resetvoidsetConfirmResetLicenseKey(java.lang.Boolean value)Setter for confirmResetLicenseKey Set this value to true to reset the license key for this account.java.lang.StringtoString()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:
toStringin classjava.lang.Object
-
-