Class ClassificationDetailsModel

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

public class ClassificationDetailsModel extends Object
Represents classification details model
  • Constructor Details

    • ClassificationDetailsModel

      public ClassificationDetailsModel()
  • Method Details

    • getClassified

      public Integer getClassified()
      Getter for classified The number of items which are classified
    • setClassified

      public void setClassified(Integer value)
      Setter for classified The number of items which are classified
    • getInProgress

      public Integer getInProgress()
      Getter for inProgress The number of items which are in progress state
    • setInProgress

      public void setInProgress(Integer value)
      Setter for inProgress The number of items which are in progress state
    • getNotClassified

      public Integer getNotClassified()
      Getter for notClassified The number of items which are not classified
    • setNotClassified

      public void setNotClassified(Integer value)
      Setter for notClassified The number of items which are not classified
    • getFailed

      public Integer getFailed()
      Getter for failed The number of items which are failed because of some error
    • setFailed

      public void setFailed(Integer value)
      Setter for failed The number of items which are failed because of some error
    • getNotFound

      public Integer getNotFound()
      Getter for notFound The number of items which are not found as they may be deleted
    • setNotFound

      public void setNotFound(Integer value)
      Setter for notFound The number of items which are not found as they may be deleted
    • toString

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