public class ErrorCodeOutputModel
extends java.lang.Object
| Constructor and Description |
|---|
ErrorCodeOutputModel() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getCount()
Getter for count
Number of error code recorded
|
java.lang.String |
getErrorCode()
Getter for errorCode
Name of the error code
|
void |
setCount(java.lang.Integer value)
Setter for count
Number of error code recorded
|
void |
setErrorCode(java.lang.String value)
Setter for errorCode
Name of the error code
|
java.lang.String |
toString()
Returns a JSON string representation of ErrorCodeOutputModel
|
public java.lang.String getErrorCode()
public void setErrorCode(java.lang.String value)
public java.lang.Integer getCount()
public void setCount(java.lang.Integer value)
public java.lang.String toString()
toString in class java.lang.Object