Class ClassificationDetailsModel
java.lang.Object
net.avalara.avatax.rest.client.models.ClassificationDetailsModel
public class ClassificationDetailsModel
extends java.lang.Object
Represents classification details model
-
Constructor Summary
Constructors Constructor Description ClassificationDetailsModel() -
Method Summary
Modifier and Type Method Description java.lang.IntegergetClassified()Getter for classified The number of items which are classifiedjava.lang.IntegergetFailed()Getter for failed The number of items which are failed because of some errorjava.lang.IntegergetInProgress()Getter for inProgress The number of items which are in progress statejava.lang.IntegergetNotClassified()Getter for notClassified The number of items which are not classifiedjava.lang.IntegergetNotFound()Getter for notFound The number of items which are not found as they may be deletedvoidsetClassified(java.lang.Integer value)Setter for classified The number of items which are classifiedvoidsetFailed(java.lang.Integer value)Setter for failed The number of items which are failed because of some errorvoidsetInProgress(java.lang.Integer value)Setter for inProgress The number of items which are in progress statevoidsetNotClassified(java.lang.Integer value)Setter for notClassified The number of items which are not classifiedvoidsetNotFound(java.lang.Integer value)Setter for notFound The number of items which are not found as they may be deletedjava.lang.StringtoString()Returns a JSON string representation of ClassificationDetailsModel
-
Constructor Details
-
ClassificationDetailsModel
public ClassificationDetailsModel()
-
-
Method Details
-
getClassified
public java.lang.Integer getClassified()Getter for classified The number of items which are classified -
setClassified
public void setClassified(java.lang.Integer value)Setter for classified The number of items which are classified -
getInProgress
public java.lang.Integer getInProgress()Getter for inProgress The number of items which are in progress state -
setInProgress
public void setInProgress(java.lang.Integer value)Setter for inProgress The number of items which are in progress state -
getNotClassified
public java.lang.Integer getNotClassified()Getter for notClassified The number of items which are not classified -
setNotClassified
public void setNotClassified(java.lang.Integer value)Setter for notClassified The number of items which are not classified -
getFailed
public java.lang.Integer getFailed()Getter for failed The number of items which are failed because of some error -
setFailed
public void setFailed(java.lang.Integer value)Setter for failed The number of items which are failed because of some error -
getNotFound
public java.lang.Integer getNotFound()Getter for notFound The number of items which are not found as they may be deleted -
setNotFound
public void setNotFound(java.lang.Integer value)Setter for notFound The number of items which are not found as they may be deleted -
toString
public java.lang.String toString()Returns a JSON string representation of ClassificationDetailsModel- Overrides:
toStringin classjava.lang.Object
-