public class UserModel
extends java.lang.Object
Constructor and Description |
---|
UserModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getAccountId()
Getter for accountId
The unique ID number of the account to which this user belongs.
|
java.lang.Integer |
getCompanyId()
Getter for companyId
If this user is locked to one company (and its children), this is the unique ID number of the company to which this user belongs.
|
java.util.Date |
getCreatedDate()
Getter for createdDate
The date when this record was created.
|
java.lang.String |
getEmail()
Getter for email
The email address to be used to contact this user.
|
java.lang.String |
getFirstName()
Getter for firstName
The first or given name of the user.
|
java.lang.Integer |
getId()
Getter for id
The unique ID number of this user.
|
java.lang.Boolean |
getIsActive()
Getter for isActive
True if this user is currently active.
|
java.lang.String |
getLastName()
Getter for lastName
The last or family name of the user.
|
java.util.Date |
getModifiedDate()
Getter for modifiedDate
The date/time when this record was last modified.
|
PasswordStatusId |
getPasswordStatus()
Getter for passwordStatus
The status of the user's password.
|
java.lang.String |
getPostalCode()
Getter for postalCode
The postal code in which this user resides.
|
SecurityRoleId |
getSecurityRoleId()
Getter for securityRoleId
The security level for this user.
|
java.lang.String |
getUserName()
Getter for userName
The username which is used to log on to the AvaTax website, or to authenticate against API calls.
|
void |
setAccountId(java.lang.Integer value)
Setter for accountId
The unique ID number of the account to which this user belongs.
|
void |
setCompanyId(java.lang.Integer value)
Setter for companyId
If this user is locked to one company (and its children), this is the unique ID number of the company to which this user belongs.
|
void |
setCreatedDate(java.util.Date value)
Setter for createdDate
The date when this record was created.
|
void |
setEmail(java.lang.String value)
Setter for email
The email address to be used to contact this user.
|
void |
setFirstName(java.lang.String value)
Setter for firstName
The first or given name of the user.
|
void |
setId(java.lang.Integer value)
Setter for id
The unique ID number of this user.
|
void |
setIsActive(java.lang.Boolean value)
Setter for isActive
True if this user is currently active.
|
void |
setLastName(java.lang.String value)
Setter for lastName
The last or family name of the user.
|
void |
setModifiedDate(java.util.Date value)
Setter for modifiedDate
The date/time when this record was last modified.
|
void |
setPasswordStatus(PasswordStatusId value)
Setter for passwordStatus
The status of the user's password.
|
void |
setPostalCode(java.lang.String value)
Setter for postalCode
The postal code in which this user resides.
|
void |
setSecurityRoleId(SecurityRoleId value)
Setter for securityRoleId
The security level for this user.
|
void |
setUserName(java.lang.String value)
Setter for userName
The username which is used to log on to the AvaTax website, or to authenticate against API calls.
|
java.lang.String |
toString()
Returns a JSON string representation of UserModel
|
public java.lang.Integer getId()
public void setId(java.lang.Integer value)
public java.lang.Integer getAccountId()
public void setAccountId(java.lang.Integer value)
public java.lang.Integer getCompanyId()
public void setCompanyId(java.lang.Integer value)
public java.lang.String getUserName()
public void setUserName(java.lang.String value)
public java.lang.String getFirstName()
public void setFirstName(java.lang.String value)
public java.lang.String getLastName()
public void setLastName(java.lang.String value)
public java.lang.String getEmail()
public void setEmail(java.lang.String value)
public java.lang.String getPostalCode()
public void setPostalCode(java.lang.String value)
public SecurityRoleId getSecurityRoleId()
public void setSecurityRoleId(SecurityRoleId value)
public PasswordStatusId getPasswordStatus()
public void setPasswordStatus(PasswordStatusId value)
public java.lang.Boolean getIsActive()
public void setIsActive(java.lang.Boolean value)
public java.util.Date getCreatedDate()
public void setCreatedDate(java.util.Date value)
public java.util.Date getModifiedDate()
public void setModifiedDate(java.util.Date value)
public java.lang.String toString()
toString
in class java.lang.Object