@Generated(value="com.docspring.codegen.DocSpringJavaClientCodegen", date="2020-09-24T00:45:30.265+08:00[Asia/Kuala_Lumpur]") public class Error extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Error.StatusEnum
Gets or Sets status
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ERROR |
static String |
SERIALIZED_NAME_STATUS |
| Constructor and Description |
|---|
Error() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Error |
error(String error) |
String |
getError()
Get error
|
Error.StatusEnum |
getStatus()
Get status
|
int |
hashCode() |
void |
setError(String error) |
void |
setStatus(Error.StatusEnum status) |
Error |
status(Error.StatusEnum status) |
String |
toString() |
public static final String SERIALIZED_NAME_STATUS
public static final String SERIALIZED_NAME_ERROR
public Error status(Error.StatusEnum status)
public Error.StatusEnum getStatus()
public void setStatus(Error.StatusEnum status)
public String getError()
public void setError(String error)
Copyright © 2020. All rights reserved.