Class ItemTaxCodeClassificationRequestOutputModel

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

public class ItemTaxCodeClassificationRequestOutputModel
extends java.lang.Object
Represents a tax code classification request output model
  • Constructor Summary

    Constructors 
    Constructor Description
    ItemTaxCodeClassificationRequestOutputModel()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.Integer getCompanyId()
    Getter for companyId The unique ID of the company that created the classification request.
    java.util.Date getCreatedDate()
    Getter for createdDate The date/time when this request was created.
    java.lang.Integer getCreatedUserId()
    Getter for createdUserId The User ID of the user who created this classification request.
    java.util.Date getModifiedDate()
    Getter for modifiedDate The date/time when this record was last modified.
    java.lang.String getRequest()
    Getter for request The classification request
    java.lang.Integer getRequestId()
    Getter for requestId The unique ID of the classification request
    java.lang.String getRequestType()
    Getter for requestType The request type of the classification request
    java.lang.String getStatus()
    Getter for status The status of the classification request
    void setCompanyId​(java.lang.Integer value)
    Setter for companyId The unique ID of the company that created the classification request.
    void setCreatedDate​(java.util.Date value)
    Setter for createdDate The date/time when this request was created.
    void setCreatedUserId​(java.lang.Integer value)
    Setter for createdUserId The User ID of the user who created this classification request.
    void setModifiedDate​(java.util.Date value)
    Setter for modifiedDate The date/time when this record was last modified.
    void setRequest​(java.lang.String value)
    Setter for request The classification request
    void setRequestId​(java.lang.Integer value)
    Setter for requestId The unique ID of the classification request
    void setRequestType​(java.lang.String value)
    Setter for requestType The request type of the classification request
    void setStatus​(java.lang.String value)
    Setter for status The status of the classification request
    java.lang.String toString()
    Returns a JSON string representation of ItemTaxCodeClassificationRequestOutputModel

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

  • Method Details

    • getRequestId

      public java.lang.Integer getRequestId()
      Getter for requestId The unique ID of the classification request
    • setRequestId

      public void setRequestId​(java.lang.Integer value)
      Setter for requestId The unique ID of the classification request
    • getCompanyId

      public java.lang.Integer getCompanyId()
      Getter for companyId The unique ID of the company that created the classification request.
    • setCompanyId

      public void setCompanyId​(java.lang.Integer value)
      Setter for companyId The unique ID of the company that created the classification request.
    • getRequest

      public java.lang.String getRequest()
      Getter for request The classification request
    • setRequest

      public void setRequest​(java.lang.String value)
      Setter for request The classification request
    • getStatus

      public java.lang.String getStatus()
      Getter for status The status of the classification request
    • setStatus

      public void setStatus​(java.lang.String value)
      Setter for status The status of the classification request
    • getRequestType

      public java.lang.String getRequestType()
      Getter for requestType The request type of the classification request
    • setRequestType

      public void setRequestType​(java.lang.String value)
      Setter for requestType The request type of the classification request
    • getCreatedUserId

      public java.lang.Integer getCreatedUserId()
      Getter for createdUserId The User ID of the user who created this classification request.
    • setCreatedUserId

      public void setCreatedUserId​(java.lang.Integer value)
      Setter for createdUserId The User ID of the user who created this classification request.
    • getCreatedDate

      public java.util.Date getCreatedDate()
      Getter for createdDate The date/time when this request was created.
    • setCreatedDate

      public void setCreatedDate​(java.util.Date value)
      Setter for createdDate The date/time when this request was created.
    • getModifiedDate

      public java.util.Date getModifiedDate()
      Getter for modifiedDate The date/time when this record was last modified.
    • setModifiedDate

      public void setModifiedDate​(java.util.Date value)
      Setter for modifiedDate The date/time when this record was last modified.
    • toString

      public java.lang.String toString()
      Returns a JSON string representation of ItemTaxCodeClassificationRequestOutputModel
      Overrides:
      toString in class java.lang.Object