public class LicenseKeyModel
extends java.lang.Object
Constructor and Description |
---|
LicenseKeyModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getAccountId()
Getter for accountId - Represents a license key for this account.
|
java.lang.String |
getHttpRequestHeader()
Getter for httpRequestHeader - Represents a license key for this account.
|
java.lang.String |
getPrivateLicenseKey()
Getter for privateLicenseKey - Represents a license key for this account.
|
void |
setAccountId(java.lang.Integer accountId)
Setter for accountId - Represents a license key for this account.
|
void |
setHttpRequestHeader(java.lang.String httpRequestHeader)
Setter for httpRequestHeader - Represents a license key for this account.
|
void |
setPrivateLicenseKey(java.lang.String privateLicenseKey)
Setter for privateLicenseKey - Represents a license key for this account.
|
java.lang.String |
toString()
Returns a JSON string representation of LicenseKeyModel.
|
public java.lang.Integer getAccountId()
public void setAccountId(java.lang.Integer accountId)
public java.lang.String getPrivateLicenseKey()
public void setPrivateLicenseKey(java.lang.String privateLicenseKey)
public java.lang.String getHttpRequestHeader()
public void setHttpRequestHeader(java.lang.String httpRequestHeader)
public java.lang.String toString()
toString
in class java.lang.Object