Class ErrorCodeOutputModel
java.lang.Object
net.avalara.avatax.rest.client.models.ErrorCodeOutputModel
public class ErrorCodeOutputModel
extends java.lang.Object
Model that has the matching count for an errorcode
-
Constructor Summary
Constructors Constructor Description ErrorCodeOutputModel()
-
Method Summary
Modifier and Type Method Description java.lang.Integer
getCount()
Getter for count Number of error code recordedjava.lang.String
getErrorCode()
Getter for errorCode Name of the error codevoid
setCount(java.lang.Integer value)
Setter for count Number of error code recordedvoid
setErrorCode(java.lang.String value)
Setter for errorCode Name of the error codejava.lang.String
toString()
Returns a JSON string representation of ErrorCodeOutputModel
-
Constructor Details
-
ErrorCodeOutputModel
public ErrorCodeOutputModel()
-
-
Method Details
-
getErrorCode
public java.lang.String getErrorCode()Getter for errorCode Name of the error code -
setErrorCode
public void setErrorCode(java.lang.String value)Setter for errorCode Name of the error code -
getCount
public java.lang.Integer getCount()Getter for count Number of error code recorded -
setCount
public void setCount(java.lang.Integer value)Setter for count Number of error code recorded -
toString
public java.lang.String toString()Returns a JSON string representation of ErrorCodeOutputModel- Overrides:
toString
in classjava.lang.Object
-