@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class OAuthClientRegistrationError extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ERROR |
static String |
JSON_PROPERTY_ERROR_DESCRIPTION |
boolean |
unparsed |
| Constructor and Description |
|---|
OAuthClientRegistrationError() |
OAuthClientRegistrationError(String error,
String errorDescription) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this OAuthClientRegistrationError object is equal to o.
|
OAuthClientRegistrationError |
error(String error) |
OAuthClientRegistrationError |
errorDescription(String errorDescription) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
String |
getError()
Single ASCII error code per RFC 7591, such as
invalid_request or
invalid_client_metadata. |
String |
getErrorDescription()
Human-readable description of the error.
|
int |
hashCode() |
OAuthClientRegistrationError |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setError(String error) |
void |
setErrorDescription(String errorDescription) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_ERROR
public static final String JSON_PROPERTY_ERROR_DESCRIPTION
public OAuthClientRegistrationError error(String error)
public String getError()
invalid_request or
invalid_client_metadata.public void setError(String error)
public OAuthClientRegistrationError errorDescription(String errorDescription)
public String getErrorDescription()
public void setErrorDescription(String errorDescription)
public OAuthClientRegistrationError putAdditionalProperty(String key, Object value)
key - The arbitrary key to setvalue - The associated valuepublic Map<String,Object> getAdditionalProperties()
public Object getAdditionalProperty(String key)
key - The arbitrary key to getpublic boolean equals(Object o)
Copyright © 2026. All rights reserved.