@Generated(value="io.formapi.codegen.FormApiJavaClientCodegen", date="2019-04-11T21:22:41.142+07:00[Asia/Bangkok]") public class AuthenticationError extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AuthenticationError.StatusEnum
Gets or Sets status
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ERROR |
static String |
SERIALIZED_NAME_STATUS |
| Constructor and Description |
|---|
AuthenticationError() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
AuthenticationError |
error(String error) |
String |
getError()
Get error
|
AuthenticationError.StatusEnum |
getStatus()
Get status
|
int |
hashCode() |
void |
setError(String error) |
void |
setStatus(AuthenticationError.StatusEnum status) |
AuthenticationError |
status(AuthenticationError.StatusEnum status) |
String |
toString() |
public static final String SERIALIZED_NAME_STATUS
public static final String SERIALIZED_NAME_ERROR
public AuthenticationError status(AuthenticationError.StatusEnum status)
public AuthenticationError.StatusEnum getStatus()
public void setStatus(AuthenticationError.StatusEnum status)
public AuthenticationError error(String error)
public String getError()
public void setError(String error)
Copyright © 2019. All rights reserved.