public class CreateTransactionBatchResponseModel
extends java.lang.Object
Constructor and Description |
---|
CreateTransactionBatchResponseModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getAccountId()
Getter for accountId
The Account ID number of the account that owns this batch.
|
java.lang.Integer |
getCompanyId()
Getter for companyId
The Company ID number of the company that owns this batch.
|
java.util.Date |
getCompletedDate()
Getter for completedDate
The date/time when this batch was completely processed
|
java.util.Date |
getCreatedDate()
Getter for createdDate
The date when this record was created.
|
java.lang.Integer |
getCreatedUserId()
Getter for createdUserId
The User ID of the user who created this record.
|
java.lang.Integer |
getCurrentRecord()
Getter for currentRecord
The current record being processed
|
java.util.ArrayList<BatchFileModel> |
getFiles()
Getter for files
The list of files contained in this batch.
|
java.lang.Integer |
getId()
Getter for id
The unique ID number of this batch.
|
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.
|
java.lang.String |
getName()
Getter for name
The user-friendly readable name for this batch.
|
java.lang.Integer |
getRecordCount()
Getter for recordCount
The number of records in this batch; determined by the server
|
java.util.Date |
getStartedDate()
Getter for startedDate
The date/time when this batch started processing
|
BatchStatus |
getStatus()
Getter for status
This batch's current processing status
|
void |
setAccountId(java.lang.Integer value)
Setter for accountId
The Account ID number of the account that owns this batch.
|
void |
setCompanyId(java.lang.Integer value)
Setter for companyId
The Company ID number of the company that owns this batch.
|
void |
setCompletedDate(java.util.Date value)
Setter for completedDate
The date/time when this batch was completely processed
|
void |
setCreatedDate(java.util.Date value)
Setter for createdDate
The date when this record was created.
|
void |
setCreatedUserId(java.lang.Integer value)
Setter for createdUserId
The User ID of the user who created this record.
|
void |
setCurrentRecord(java.lang.Integer value)
Setter for currentRecord
The current record being processed
|
void |
setFiles(java.util.ArrayList<BatchFileModel> value)
Setter for files
The list of files contained in this batch.
|
void |
setId(java.lang.Integer value)
Setter for id
The unique ID number of this batch.
|
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.
|
void |
setName(java.lang.String value)
Setter for name
The user-friendly readable name for this batch.
|
void |
setRecordCount(java.lang.Integer value)
Setter for recordCount
The number of records in this batch; determined by the server
|
void |
setStartedDate(java.util.Date value)
Setter for startedDate
The date/time when this batch started processing
|
void |
setStatus(BatchStatus value)
Setter for status
This batch's current processing status
|
java.lang.String |
toString()
Returns a JSON string representation of CreateTransactionBatchResponseModel
|
public java.lang.Integer getId()
public void setId(java.lang.Integer value)
public java.lang.String getName()
public void setName(java.lang.String 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 BatchStatus getStatus()
public void setStatus(BatchStatus value)
public java.util.Date getStartedDate()
public void setStartedDate(java.util.Date value)
public java.lang.Integer getRecordCount()
public void setRecordCount(java.lang.Integer value)
public java.lang.Integer getCurrentRecord()
public void setCurrentRecord(java.lang.Integer value)
public java.util.Date getCompletedDate()
public void setCompletedDate(java.util.Date value)
public java.util.Date getCreatedDate()
public void setCreatedDate(java.util.Date value)
public java.lang.Integer getCreatedUserId()
public void setCreatedUserId(java.lang.Integer value)
public java.util.Date getModifiedDate()
public void setModifiedDate(java.util.Date value)
public java.lang.Integer getModifiedUserId()
public void setModifiedUserId(java.lang.Integer value)
public java.util.ArrayList<BatchFileModel> getFiles()
public void setFiles(java.util.ArrayList<BatchFileModel> value)
public java.lang.String toString()
toString
in class java.lang.Object