public class ResetLicenseKeyModel
extends java.lang.Object
| Constructor and Description |
|---|
ResetLicenseKeyModel() |
| Modifier and Type | Method and 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
|
public java.lang.Integer getAccountId()
public void setAccountId(java.lang.Integer value)
public java.lang.Boolean getConfirmResetLicenseKey()
public void setConfirmResetLicenseKey(java.lang.Boolean value)
public java.lang.String toString()
toString in class java.lang.Object