Class ReportModel

java.lang.Object
net.avalara.avatax.rest.client.models.ReportModel

public class ReportModel extends Object
A model for displaying report task metadata
  • Constructor Details

    • ReportModel

      public ReportModel()
  • Method Details

    • getId

      public Long getId()
      Getter for id The unique identifier of the report task
    • setId

      public void setId(Long value)
      Setter for id The unique identifier of the report task
    • getAccountId

      public Integer getAccountId()
      Getter for accountId The ID of the account the reported transactions are from
    • setAccountId

      public void setAccountId(Integer value)
      Setter for accountId The ID of the account the reported transactions are from
    • getCompanyId

      public Integer getCompanyId()
      Getter for companyId The ID of the company the reported transactions are from
    • setCompanyId

      public void setCompanyId(Integer value)
      Setter for companyId The ID of the company the reported transactions are from
    • getReportType

      public String getReportType()
      Getter for reportType The type of the report: ExportDocumentLine, etc.
    • setReportType

      public void setReportType(String value)
      Setter for reportType The type of the report: ExportDocumentLine, etc.
    • getParameters

      public ReportParametersModel getParameters()
      Getter for parameters
    • setParameters

      public void setParameters(ReportParametersModel value)
      Setter for parameters
    • getStatus

      public String getStatus()
      Getter for status The current status of the report building task
    • setStatus

      public void setStatus(String value)
      Setter for status The current status of the report building task
    • getSize

      public Long getSize()
      Getter for size The size of the report file, if available
    • setSize

      public void setSize(Long value)
      Setter for size The size of the report file, if available
    • getFormat

      public String getFormat()
      Getter for format The format of the report file
    • setFormat

      public void setFormat(String value)
      Setter for format The format of the report file
    • getFile

      public String getFile()
      Getter for file The name of the report file, if available
    • setFile

      public void setFile(String value)
      Setter for file The name of the report file, if available
    • getCreatedDate

      public Date getCreatedDate()
      Getter for createdDate The time when the report task was initiated
    • setCreatedDate

      public void setCreatedDate(Date value)
      Setter for createdDate The time when the report task was initiated
    • getCreatedUserId

      public Integer getCreatedUserId()
      Getter for createdUserId The Id of the user who initiated this task
    • setCreatedUserId

      public void setCreatedUserId(Integer value)
      Setter for createdUserId The Id of the user who initiated this task
    • getCreatedUser

      public String getCreatedUser()
      Getter for createdUser The userName of the user who initiated the report task
    • setCreatedUser

      public void setCreatedUser(String value)
      Setter for createdUser The userName of the user who initiated the report task
    • getCompletedDate

      public Date getCompletedDate()
      Getter for completedDate The time when the report was finished building, if completed
    • setCompletedDate

      public void setCompletedDate(Date value)
      Setter for completedDate The time when the report was finished building, if completed
    • toString

      public String toString()
      Returns a JSON string representation of ReportModel
      Overrides:
      toString in class Object