Class BatchModel
java.lang.Object
net.avalara.avatax.rest.client.models.BatchModel
Represents a batch of uploaded documents.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for accountId The Account ID number of the account that owns this batch.Getter for batchAgent The agent used to create this batchGetter 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 options Any optional flags provided for this batchGetter 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 statusgetType()Getter for type The type of this batch.voidsetAccountId(Integer value) Setter for accountId The Account ID number of the account that owns this batch.voidsetBatchAgent(String value) Setter for batchAgent The agent used to create this batchvoidsetCompanyId(Integer value) Setter for companyId The Company ID number of the company that owns this batch.voidsetCompletedDate(Date value) Setter for completedDate The date/time when this batch was completely processedvoidsetCreatedDate(Date value) Setter for createdDate The date when this record was created.voidsetCreatedUserId(Integer value) Setter for createdUserId The User ID of the user who created this record.voidsetCurrentRecord(Integer value) Setter for currentRecord The current record being processedvoidsetFiles(ArrayList<BatchFileModel> value) Setter for files The list of files contained in this batch.voidSetter for id The unique ID number of this batch.voidsetModifiedDate(Date value) Setter for modifiedDate The date/time when this record was last modified.voidsetModifiedUserId(Integer value) Setter for modifiedUserId The user ID of the user who last modified this record.voidSetter for name The user-friendly readable name for this batch.voidsetOptions(String value) Setter for options Any optional flags provided for this batchvoidsetRecordCount(Integer value) Setter for recordCount The number of records in this batch; determined by the servervoidsetStartedDate(Date value) Setter for startedDate The date/time when this batch started processingvoidsetStatus(BatchStatus value) Setter for status This batch's current processing statusvoidSetter for type The type of this batch.toString()Returns a JSON string representation of BatchModel
-
Constructor Details
-
BatchModel
public BatchModel()
-
-
Method Details
-
getType
Getter for type The type of this batch. -
setType
Setter for type The type of this batch. -
getBatchAgent
Getter for batchAgent The agent used to create this batch -
setBatchAgent
Setter for batchAgent The agent used to create this batch -
getOptions
Getter for options Any optional flags provided for this batch -
setOptions
Setter for options Any optional flags provided for this batch -
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 BatchModel
-