@Generated(value="Generated by https://konfigthis.com") public class ThreeDsRedirectDataV3 extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ThreeDsRedirectDataV3.CustomTypeAdapterFactory |
| Modifier and Type | Field and Description |
|---|---|
static HashSet<String> |
openapiFields |
static HashSet<String> |
openapiRequiredFields |
static String |
SERIALIZED_NAME_CLIENT_REDIRECT_URL |
static String |
SERIALIZED_NAME_PARAMS |
static String |
SERIALIZED_NAME_URL |
static String |
SERIALIZED_NAME_VERB |
| Constructor and Description |
|---|
ThreeDsRedirectDataV3() |
| Modifier and Type | Method and Description |
|---|---|
ThreeDsRedirectDataV3 |
clientRedirectUrl(String clientRedirectUrl) |
boolean |
equals(Object o) |
static ThreeDsRedirectDataV3 |
fromJson(String jsonString)
Create an instance of ThreeDsRedirectDataV3 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 |
getClientRedirectUrl()
Get clientRedirectUrl
|
Map<String,String> |
getParams()
Get params
|
String |
getUrl()
Get url
|
String |
getVerb()
Get verb
|
int |
hashCode() |
ThreeDsRedirectDataV3 |
params(Map<String,String> params) |
ThreeDsRedirectDataV3 |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
ThreeDsRedirectDataV3 |
putParamsItem(String key,
String paramsItem) |
void |
setClientRedirectUrl(String clientRedirectUrl) |
void |
setParams(Map<String,String> params) |
void |
setUrl(String url) |
void |
setVerb(String verb) |
String |
toJson()
Convert an instance of ThreeDsRedirectDataV3 to an JSON string
|
String |
toString() |
ThreeDsRedirectDataV3 |
url(String url) |
static void |
validateJsonObject(com.google.gson.JsonObject jsonObj)
Validates the JSON Object and throws an exception if issues found
|
ThreeDsRedirectDataV3 |
verb(String verb) |
public static final String SERIALIZED_NAME_URL
public static final String SERIALIZED_NAME_VERB
public static final String SERIALIZED_NAME_PARAMS
public static final String SERIALIZED_NAME_CLIENT_REDIRECT_URL
public ThreeDsRedirectDataV3 url(String url)
public void setUrl(String url)
public ThreeDsRedirectDataV3 verb(String verb)
public void setVerb(String verb)
public ThreeDsRedirectDataV3 params(Map<String,String> params)
public ThreeDsRedirectDataV3 putParamsItem(String key, String paramsItem)
public ThreeDsRedirectDataV3 clientRedirectUrl(String clientRedirectUrl)
@Nullable public String getClientRedirectUrl()
public void setClientRedirectUrl(String clientRedirectUrl)
public ThreeDsRedirectDataV3 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 ThreeDsRedirectDataV3public static ThreeDsRedirectDataV3 fromJson(String jsonString) throws IOException
jsonString - JSON stringIOException - if the JSON string is invalid with respect to ThreeDsRedirectDataV3public String toJson()
Copyright © 2023. All rights reserved.