public class NewAccountModel
extends java.lang.Object
Constructor and Description |
---|
NewAccountModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAccountDetailsEmailedTo()
Getter for accountDetailsEmailedTo
This is the email address to which credentials were mailed
|
java.lang.Integer |
getAccountId()
Getter for accountId
This is the ID number of the account that was created
|
java.util.Date |
getCreatedDate()
Getter for createdDate
The date and time when this account was created
|
java.util.Date |
getEmailedDate()
Getter for emailedDate
The date and time when account information was emailed to the user
|
java.lang.String |
getLicenseKey()
Getter for licenseKey
The license key of the account that was created
|
java.lang.String |
getLimitations()
Getter for limitations
If this account includes any limitations, specify them here
|
java.lang.String |
getPaymentUrl()
Getter for paymentUrl
The payment url where the payment method can be set up
|
void |
setAccountDetailsEmailedTo(java.lang.String value)
Setter for accountDetailsEmailedTo
This is the email address to which credentials were mailed
|
void |
setAccountId(java.lang.Integer value)
Setter for accountId
This is the ID number of the account that was created
|
void |
setCreatedDate(java.util.Date value)
Setter for createdDate
The date and time when this account was created
|
void |
setEmailedDate(java.util.Date value)
Setter for emailedDate
The date and time when account information was emailed to the user
|
void |
setLicenseKey(java.lang.String value)
Setter for licenseKey
The license key of the account that was created
|
void |
setLimitations(java.lang.String value)
Setter for limitations
If this account includes any limitations, specify them here
|
void |
setPaymentUrl(java.lang.String value)
Setter for paymentUrl
The payment url where the payment method can be set up
|
java.lang.String |
toString()
Returns a JSON string representation of NewAccountModel
|
public java.lang.Integer getAccountId()
public void setAccountId(java.lang.Integer value)
public java.lang.String getAccountDetailsEmailedTo()
public void setAccountDetailsEmailedTo(java.lang.String value)
public java.util.Date getCreatedDate()
public void setCreatedDate(java.util.Date value)
public java.util.Date getEmailedDate()
public void setEmailedDate(java.util.Date value)
public java.lang.String getLimitations()
public void setLimitations(java.lang.String value)
public java.lang.String getLicenseKey()
public void setLicenseKey(java.lang.String value)
public java.lang.String getPaymentUrl()
public void setPaymentUrl(java.lang.String value)
public java.lang.String toString()
toString
in class java.lang.Object