public class ErrorResponse extends GenericModel
Constructor and Description |
---|
ErrorResponse() |
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
getCode()
Gets the code.
|
java.lang.String |
getError()
Gets the error.
|
void |
setCode(long code)
Sets the code.
|
void |
setError(java.lang.String error)
Sets the error.
|
equals, hashCode, toString
public java.lang.Long getCode()
public java.lang.String getError()
public void setCode(long code)
code
- the new codepublic void setError(java.lang.String error)
error
- the new error