Class ItemTaxCodeClassificationRequestStatusOutputModel


  • public class ItemTaxCodeClassificationRequestStatusOutputModel
    extends java.lang.Object
    Represents a tax code classification request status output model
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ClassificationDetailsModel getClassificationDetails()
      Getter for classificationDetails
      java.util.Date getCreatedDate()
      Getter for createdDate The date/time when this request was created.
      java.lang.Integer getRequestId()
      Getter for requestId The unique Request Id of classification request
      java.lang.String getStatus()
      Getter for status The status of classification request
      java.lang.Integer getTotalItems()
      Getter for totalItems The total number of items for which classification is initiated in request
      void setClassificationDetails​(ClassificationDetailsModel value)
      Setter for classificationDetails
      void setCreatedDate​(java.util.Date value)
      Setter for createdDate The date/time when this request was created.
      void setRequestId​(java.lang.Integer value)
      Setter for requestId The unique Request Id of classification request
      void setStatus​(java.lang.String value)
      Setter for status The status of classification request
      void setTotalItems​(java.lang.Integer value)
      Setter for totalItems The total number of items for which classification is initiated in request
      java.lang.String toString()
      Returns a JSON string representation of ItemTaxCodeClassificationRequestStatusOutputModel
      • Methods inherited from class java.lang.Object

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

      • ItemTaxCodeClassificationRequestStatusOutputModel

        public ItemTaxCodeClassificationRequestStatusOutputModel()
    • Method Detail

      • getRequestId

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

        public void setRequestId​(java.lang.Integer value)
        Setter for requestId The unique Request Id of classification request
      • setClassificationDetails

        public void setClassificationDetails​(ClassificationDetailsModel value)
        Setter for classificationDetails
      • getTotalItems

        public java.lang.Integer getTotalItems()
        Getter for totalItems The total number of items for which classification is initiated in request
      • setTotalItems

        public void setTotalItems​(java.lang.Integer value)
        Setter for totalItems The total number of items for which classification is initiated in request
      • getStatus

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

        public void setStatus​(java.lang.String value)
        Setter for status The status of 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.
      • toString

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