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
    • toString

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