Class ReportModel
java.lang.Object
net.avalara.avatax.rest.client.models.ReportModel
A model for displaying report task metadata
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for accountId The ID of the account the reported transactions are fromGetter for companyId The ID of the company the reported transactions are fromGetter for completedDate The time when the report was finished building, if completedGetter for createdDate The time when the report task was initiatedGetter for createdUser The userName of the user who initiated the report taskGetter for createdUserId The Id of the user who initiated this taskgetFile()Getter for file The name of the report file, if availableGetter for format The format of the report filegetId()Getter for id The unique identifier of the report taskGetter for parametersGetter for reportType The type of the report: ExportDocumentLine, etc.getSize()Getter for size The size of the report file, if availableGetter for status The current status of the report building taskvoidsetAccountId(Integer value) Setter for accountId The ID of the account the reported transactions are fromvoidsetCompanyId(Integer value) Setter for companyId The ID of the company the reported transactions are fromvoidsetCompletedDate(Date value) Setter for completedDate The time when the report was finished building, if completedvoidsetCreatedDate(Date value) Setter for createdDate The time when the report task was initiatedvoidsetCreatedUser(String value) Setter for createdUser The userName of the user who initiated the report taskvoidsetCreatedUserId(Integer value) Setter for createdUserId The Id of the user who initiated this taskvoidSetter for file The name of the report file, if availablevoidSetter for format The format of the report filevoidSetter for id The unique identifier of the report taskvoidSetter for parametersvoidsetReportType(String value) Setter for reportType The type of the report: ExportDocumentLine, etc.voidSetter for size The size of the report file, if availablevoidSetter for status The current status of the report building tasktoString()Returns a JSON string representation of ReportModel
-
Constructor Details
-
ReportModel
public ReportModel()
-
-
Method Details
-
getId
Getter for id The unique identifier of the report task -
setId
Setter for id The unique identifier of the report task -
getAccountId
Getter for accountId The ID of the account the reported transactions are from -
setAccountId
Setter for accountId The ID of the account the reported transactions are from -
getCompanyId
Getter for companyId The ID of the company the reported transactions are from -
setCompanyId
Setter for companyId The ID of the company the reported transactions are from -
getReportType
Getter for reportType The type of the report: ExportDocumentLine, etc. -
setReportType
Setter for reportType The type of the report: ExportDocumentLine, etc. -
getParameters
Getter for parameters -
setParameters
Setter for parameters -
getStatus
Getter for status The current status of the report building task -
setStatus
Setter for status The current status of the report building task -
getSize
Getter for size The size of the report file, if available -
setSize
Setter for size The size of the report file, if available -
getFormat
Getter for format The format of the report file -
setFormat
Setter for format The format of the report file -
getFile
Getter for file The name of the report file, if available -
setFile
Setter for file The name of the report file, if available -
getCreatedDate
Getter for createdDate The time when the report task was initiated -
setCreatedDate
Setter for createdDate The time when the report task was initiated -
getCreatedUserId
Getter for createdUserId The Id of the user who initiated this task -
setCreatedUserId
Setter for createdUserId The Id of the user who initiated this task -
getCreatedUser
Getter for createdUser The userName of the user who initiated the report task -
setCreatedUser
Setter for createdUser The userName of the user who initiated the report task -
getCompletedDate
Getter for completedDate The time when the report was finished building, if completed -
setCompletedDate
Setter for completedDate The time when the report was finished building, if completed -
toString
Returns a JSON string representation of ReportModel
-