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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Integer
getClassified()
Getter for classified The number of items which are classifiedjava.lang.Integer
getFailed()
Getter for failed The number of items which are failed because of some errorjava.lang.Integer
getInProgress()
Getter for inProgress The number of items which are in progress statejava.lang.Integer
getNotClassified()
Getter for notClassified The number of items which are not classifiedjava.lang.Integer
getNotFound()
Getter for notFound The number of items which are not found as they may be deletedvoid
setClassified(java.lang.Integer value)
Setter for classified The number of items which are classifiedvoid
setFailed(java.lang.Integer value)
Setter for failed The number of items which are failed because of some errorvoid
setInProgress(java.lang.Integer value)
Setter for inProgress The number of items which are in progress statevoid
setNotClassified(java.lang.Integer value)
Setter for notClassified The number of items which are not classifiedvoid
setNotFound(java.lang.Integer value)
Setter for notFound The number of items which are not found as they may be deletedjava.lang.String
toString()
Returns a JSON string representation of ClassificationDetailsModel
-
-
-
Method Detail
-
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:
toString
in classjava.lang.Object
-
-