Class CreateTransactionBatchResponseModel
java.lang.Object
net.avalara.avatax.rest.client.models.CreateTransactionBatchResponseModel
Represents a create transaction batch response model.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for accountId The Account ID number of the account that owns this batch.Getter for companyId The Company ID number of the company that owns this batch.Getter for completedDate The date/time when this batch was completely processedGetter for createdDate The date when this record was created.Getter for createdUserId The User ID of the user who created this record.Getter for currentRecord The current record being processedgetFiles()
Getter for files The list of files contained in this batch.getId()
Getter for id The unique ID number of this batch.Getter for modifiedDate The date/time when this record was last modified.Getter for modifiedUserId The user ID of the user who last modified this record.getName()
Getter for name The user-friendly readable name for this batch.Getter for recordCount The number of records in this batch; determined by the serverGetter for startedDate The date/time when this batch started processingGetter for status This batch's current processing statusvoid
setAccountId
(Integer value) Setter for accountId The Account ID number of the account that owns this batch.void
setCompanyId
(Integer value) Setter for companyId The Company ID number of the company that owns this batch.void
setCompletedDate
(Date value) Setter for completedDate The date/time when this batch was completely processedvoid
setCreatedDate
(Date value) Setter for createdDate The date when this record was created.void
setCreatedUserId
(Integer value) Setter for createdUserId The User ID of the user who created this record.void
setCurrentRecord
(Integer value) Setter for currentRecord The current record being processedvoid
setFiles
(ArrayList<BatchFileModel> value) Setter for files The list of files contained in this batch.void
Setter for id The unique ID number of this batch.void
setModifiedDate
(Date value) Setter for modifiedDate The date/time when this record was last modified.void
setModifiedUserId
(Integer value) Setter for modifiedUserId The user ID of the user who last modified this record.void
Setter for name The user-friendly readable name for this batch.void
setRecordCount
(Integer value) Setter for recordCount The number of records in this batch; determined by the servervoid
setStartedDate
(Date value) Setter for startedDate The date/time when this batch started processingvoid
setStatus
(BatchStatus value) Setter for status This batch's current processing statustoString()
Returns a JSON string representation of CreateTransactionBatchResponseModel
-
Constructor Details
-
CreateTransactionBatchResponseModel
public CreateTransactionBatchResponseModel()
-
-
Method Details
-
getId
Getter for id The unique ID number of this batch. -
setId
Setter for id The unique ID number of this batch. -
getName
Getter for name The user-friendly readable name for this batch. -
setName
Setter for name The user-friendly readable name for this batch. -
getAccountId
Getter for accountId The Account ID number of the account that owns this batch. -
setAccountId
Setter for accountId The Account ID number of the account that owns this batch. -
getCompanyId
Getter for companyId The Company ID number of the company that owns this batch. -
setCompanyId
Setter for companyId The Company ID number of the company that owns this batch. -
getStatus
Getter for status This batch's current processing status -
setStatus
Setter for status This batch's current processing status -
getStartedDate
Getter for startedDate The date/time when this batch started processing -
setStartedDate
Setter for startedDate The date/time when this batch started processing -
getRecordCount
Getter for recordCount The number of records in this batch; determined by the server -
setRecordCount
Setter for recordCount The number of records in this batch; determined by the server -
getCurrentRecord
Getter for currentRecord The current record being processed -
setCurrentRecord
Setter for currentRecord The current record being processed -
getCompletedDate
Getter for completedDate The date/time when this batch was completely processed -
setCompletedDate
Setter for completedDate The date/time when this batch was completely processed -
getCreatedDate
Getter for createdDate The date when this record was created. -
setCreatedDate
Setter for createdDate The date when this record was created. -
getCreatedUserId
Getter for createdUserId The User ID of the user who created this record. -
setCreatedUserId
Setter for createdUserId The User ID of the user who created this record. -
getModifiedDate
Getter for modifiedDate The date/time when this record was last modified. -
setModifiedDate
Setter for modifiedDate The date/time when this record was last modified. -
getModifiedUserId
Getter for modifiedUserId The user ID of the user who last modified this record. -
setModifiedUserId
Setter for modifiedUserId The user ID of the user who last modified this record. -
getFiles
Getter for files The list of files contained in this batch. -
setFiles
Setter for files The list of files contained in this batch. -
toString
Returns a JSON string representation of CreateTransactionBatchResponseModel
-