Class ErrorCodeOutputModel
- java.lang.Object
-
- net.avalara.avatax.rest.client.models.ErrorCodeOutputModel
-
public class ErrorCodeOutputModel extends java.lang.ObjectModel that has the matching count for an errorcode
-
-
Constructor Summary
Constructors Constructor Description ErrorCodeOutputModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.IntegergetCount()Getter for count Number of error code recordedjava.lang.StringgetErrorCode()Getter for errorCode Name of the error codevoidsetCount(java.lang.Integer value)Setter for count Number of error code recordedvoidsetErrorCode(java.lang.String value)Setter for errorCode Name of the error codejava.lang.StringtoString()Returns a JSON string representation of ErrorCodeOutputModel
-
-
-
Method Detail
-
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:
toStringin classjava.lang.Object
-
-