@Generated(value="io.formapi.codegen.FormApiJavaClientCodegen", date="2019-04-11T21:22:41.142+07:00[Asia/Bangkok]") 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 © 2019. All rights reserved.