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 failed The number of items which are failed because of some errorGetter for inProgress The number of items which are in progress stateGetter for notClassified The number of items which are not classifiedGetter for notFound The number of items which are not found as they may be deletedvoid
setClassified
(Integer value) Setter for classified The number of items which are classifiedvoid
Setter for failed The number of items which are failed because of some errorvoid
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 classifiedvoid
setNotFound
(Integer value) Setter for notFound The number of items which are not found as they may be deletedtoString()
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 -
getFailed
Getter for failed The number of items which are failed because of some error -
setFailed
Setter for failed The number of items which are failed because of some error -
getNotFound
Getter for notFound The number of items which are not found as they may be deleted -
setNotFound
Setter for notFound The number of items which are not found as they may be deleted -
toString
Returns a JSON string representation of ClassificationDetailsModel
-