@Generated(value="com.docspring.codegen.DocSpringJavaClientCodegen", date="2020-09-27T00:09:32.195+08:00[Asia/Kuala_Lumpur]") 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 © 2020. All rights reserved.