public class OAuth2Error extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
OAuth2Error.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
error
The type of the error returned.
|
protected String |
errorDescription
The type of the error returned.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
OAuth2Error() |
protected |
OAuth2Error(OAuth2Error.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getError() |
String |
getErrorDescription() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected String errorDescription
public OAuth2Error()
protected OAuth2Error(OAuth2Error.Builder builder)
public String getErrorDescription()