@Generated(value="Generated by https://konfigthis.com") public class RedirectionEndpointsModel extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RedirectionEndpointsModel.CustomTypeAdapterFactory |
| Modifier and Type | Field and Description |
|---|---|
static HashSet<String> |
openapiFields |
static HashSet<String> |
openapiRequiredFields |
static String |
SERIALIZED_NAME_AUTHORIZE_FAILED |
static String |
SERIALIZED_NAME_AUTHORIZE_SUCCEEDED |
static String |
SERIALIZED_NAME_FAILED |
static String |
SERIALIZED_NAME_SUCCEEDED |
| Constructor and Description |
|---|
RedirectionEndpointsModel() |
| Modifier and Type | Method and Description |
|---|---|
RedirectionEndpointsModel |
authorizeFailed(String authorizeFailed) |
RedirectionEndpointsModel |
authorizeSucceeded(String authorizeSucceeded) |
boolean |
equals(Object o) |
RedirectionEndpointsModel |
failed(String failed) |
static RedirectionEndpointsModel |
fromJson(String jsonString)
Create an instance of RedirectionEndpointsModel given an JSON string
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
String |
getAuthorizeFailed()
Get authorizeFailed
|
String |
getAuthorizeSucceeded()
Get authorizeSucceeded
|
String |
getFailed()
Get failed
|
String |
getSucceeded()
Get succeeded
|
int |
hashCode() |
RedirectionEndpointsModel |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAuthorizeFailed(String authorizeFailed) |
void |
setAuthorizeSucceeded(String authorizeSucceeded) |
void |
setFailed(String failed) |
void |
setSucceeded(String succeeded) |
RedirectionEndpointsModel |
succeeded(String succeeded) |
String |
toJson()
Convert an instance of RedirectionEndpointsModel to an JSON string
|
String |
toString() |
static void |
validateJsonObject(com.google.gson.JsonObject jsonObj)
Validates the JSON Object and throws an exception if issues found
|
public static final String SERIALIZED_NAME_AUTHORIZE_SUCCEEDED
public static final String SERIALIZED_NAME_SUCCEEDED
public static final String SERIALIZED_NAME_AUTHORIZE_FAILED
public static final String SERIALIZED_NAME_FAILED
public RedirectionEndpointsModel authorizeSucceeded(String authorizeSucceeded)
@Nullable public String getAuthorizeSucceeded()
public void setAuthorizeSucceeded(String authorizeSucceeded)
public RedirectionEndpointsModel succeeded(String succeeded)
public void setSucceeded(String succeeded)
public RedirectionEndpointsModel authorizeFailed(String authorizeFailed)
@Nullable public String getAuthorizeFailed()
public void setAuthorizeFailed(String authorizeFailed)
public RedirectionEndpointsModel failed(String failed)
public void setFailed(String failed)
public RedirectionEndpointsModel putAdditionalProperty(String key, Object value)
key - name of the propertyvalue - value of the propertypublic Map<String,Object> getAdditionalProperties()
public Object getAdditionalProperty(String key)
key - name of the propertypublic static void validateJsonObject(com.google.gson.JsonObject jsonObj)
throws IOException
jsonObj - JSON ObjectIOException - if the JSON Object is invalid with respect to RedirectionEndpointsModelpublic static RedirectionEndpointsModel fromJson(String jsonString) throws IOException
jsonString - JSON stringIOException - if the JSON string is invalid with respect to RedirectionEndpointsModelpublic String toJson()
Copyright © 2023. All rights reserved.