Class AccountTsaAccessModel
- java.lang.Object
-
- net.avalara.avatax.rest.client.models.AccountTsaAccessModel
-
public class AccountTsaAccessModel extends java.lang.Object
Descibes a record of an account granting TSA accounts write access. See AVT-25316
-
-
Constructor Summary
Constructors Constructor Description AccountTsaAccessModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Integer
getAccountId()
Getter for accountId The id of the account to which the TSA access entry belongs to.java.util.Date
getEndDate()
Getter for endDate The date/time when this TSA access record expires.java.util.Date
getModifiedDate()
Getter for modifiedDate The date/time when this record was last modified.java.lang.Integer
getModifiedUserId()
Getter for modifiedUserId The user ID of the user who last modified this record.void
setAccountId(java.lang.Integer value)
Setter for accountId The id of the account to which the TSA access entry belongs to.void
setEndDate(java.util.Date value)
Setter for endDate The date/time when this TSA access record expires.void
setModifiedDate(java.util.Date value)
Setter for modifiedDate The date/time when this record was last modified.void
setModifiedUserId(java.lang.Integer value)
Setter for modifiedUserId The user ID of the user who last modified this record.java.lang.String
toString()
Returns a JSON string representation of AccountTsaAccessModel
-
-
-
Method Detail
-
getAccountId
public java.lang.Integer getAccountId()
Getter for accountId The id of the account to which the TSA access entry belongs to.
-
setAccountId
public void setAccountId(java.lang.Integer value)
Setter for accountId The id of the account to which the TSA access entry belongs to.
-
getModifiedUserId
public java.lang.Integer getModifiedUserId()
Getter for modifiedUserId The user ID of the user who last modified this record.
-
setModifiedUserId
public void setModifiedUserId(java.lang.Integer value)
Setter for modifiedUserId The user ID of the user who last modified this record.
-
getModifiedDate
public java.util.Date getModifiedDate()
Getter for modifiedDate The date/time when this record was last modified.
-
setModifiedDate
public void setModifiedDate(java.util.Date value)
Setter for modifiedDate The date/time when this record was last modified.
-
getEndDate
public java.util.Date getEndDate()
Getter for endDate The date/time when this TSA access record expires.
-
setEndDate
public void setEndDate(java.util.Date value)
Setter for endDate The date/time when this TSA access record expires.
-
toString
public java.lang.String toString()
Returns a JSON string representation of AccountTsaAccessModel- Overrides:
toString
in classjava.lang.Object
-
-