Class ClassificationDetailsModel
java.lang.Object
net.avalara.avatax.rest.client.models.ClassificationDetailsModel
Represents classification details model
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for classified The number of items which are classifiedGetter for inProgress The number of items which are in progress stateGetter for notClassified The number of items which are not classifiedvoid
setClassified
(Integer value) Setter for classified The number of items which are classifiedvoid
setInProgress
(Integer value) Setter for inProgress The number of items which are in progress statevoid
setNotClassified
(Integer value) Setter for notClassified The number of items which are not classifiedtoString()
Returns a JSON string representation of ClassificationDetailsModel
-
Constructor Details
-
ClassificationDetailsModel
public ClassificationDetailsModel()
-
-
Method Details
-
getClassified
Getter for classified The number of items which are classified -
setClassified
Setter for classified The number of items which are classified -
getInProgress
Getter for inProgress The number of items which are in progress state -
setInProgress
Setter for inProgress The number of items which are in progress state -
getNotClassified
Getter for notClassified The number of items which are not classified -
setNotClassified
Setter for notClassified The number of items which are not classified -
toString
Returns a JSON string representation of ClassificationDetailsModel
-