Class ErrorCodeOutputModel
java.lang.Object
net.avalara.avatax.rest.client.models.ErrorCodeOutputModel
Model that has the matching count for an errorcode
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCount()
Getter for count Number of error code recordedGetter for errorCode Name of the error codevoid
Setter for count Number of error code recordedvoid
setErrorCode
(String value) Setter for errorCode Name of the error codetoString()
Returns a JSON string representation of ErrorCodeOutputModel
-
Constructor Details
-
ErrorCodeOutputModel
public ErrorCodeOutputModel()
-
-
Method Details
-
getErrorCode
Getter for errorCode Name of the error code -
setErrorCode
Setter for errorCode Name of the error code -
getCount
Getter for count Number of error code recorded -
setCount
Setter for count Number of error code recorded -
toString
Returns a JSON string representation of ErrorCodeOutputModel
-