public class AuthenticatorStatus extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ERROR |
static String |
SERIALIZED_NAME_STATUS |
| Constructor and Description |
|---|
AuthenticatorStatus() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
AuthenticatorStatus |
error(String error) |
String |
getError()
The error message if there was an error
|
String |
getStatus()
The status of the endpoint, 'error' if there was an error
|
int |
hashCode() |
void |
setError(String error) |
void |
setStatus(String status) |
AuthenticatorStatus |
status(String status) |
String |
toString() |
public static final String SERIALIZED_NAME_ERROR
public static final String SERIALIZED_NAME_STATUS
public AuthenticatorStatus error(String error)
public void setError(String error)
public AuthenticatorStatus status(String status)
public String getStatus()
public void setStatus(String status)
Copyright © 2023. All rights reserved.