public class ResetLicenseKeyModel
extends java.lang.Object
Constructor and Description |
---|
ResetLicenseKeyModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getAccountId()
Getter for accountId - Represents a license key reset request.
|
java.lang.Boolean |
getConfirmResetLicenseKey()
Getter for confirmResetLicenseKey - Represents a license key reset request.
|
void |
setAccountId(java.lang.Integer accountId)
Setter for accountId - Represents a license key reset request.
|
void |
setConfirmResetLicenseKey(java.lang.Boolean confirmResetLicenseKey)
Setter for confirmResetLicenseKey - Represents a license key reset request.
|
java.lang.String |
toString()
Returns a JSON string representation of ResetLicenseKeyModel.
|
public java.lang.Integer getAccountId()
public void setAccountId(java.lang.Integer accountId)
public java.lang.Boolean getConfirmResetLicenseKey()
public void setConfirmResetLicenseKey(java.lang.Boolean confirmResetLicenseKey)
public java.lang.String toString()
toString
in class java.lang.Object