@Generated(value="Generated by https://konfigthis.com") public class ProcessingData extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ProcessingData.CustomTypeAdapterFactory |
| Modifier and Type | Field and Description |
|---|---|
static HashSet<String> |
openapiFields |
static HashSet<String> |
openapiRequiredFields |
static String |
SERIALIZED_NAME_ATTEMPT_THREE_D_SECURED |
static String |
SERIALIZED_NAME_SOFT_DESCRIPTOR |
static String |
SERIALIZED_NAME_THREE_D_S_DATA |
| Constructor and Description |
|---|
ProcessingData() |
| Modifier and Type | Method and Description |
|---|---|
ProcessingData |
attemptThreeDSecured(Boolean attemptThreeDSecured) |
boolean |
equals(Object o) |
static ProcessingData |
fromJson(String jsonString)
Create an instance of ProcessingData 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.
|
Boolean |
getAttemptThreeDSecured()
Get attemptThreeDSecured
|
String |
getSoftDescriptor()
Get softDescriptor
|
ThreeDSData |
getThreeDSData()
Get threeDSData
|
int |
hashCode() |
ProcessingData |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAttemptThreeDSecured(Boolean attemptThreeDSecured) |
void |
setSoftDescriptor(String softDescriptor) |
void |
setThreeDSData(ThreeDSData threeDSData) |
ProcessingData |
softDescriptor(String softDescriptor) |
ProcessingData |
threeDSData(ThreeDSData threeDSData) |
String |
toJson()
Convert an instance of ProcessingData 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_ATTEMPT_THREE_D_SECURED
public static final String SERIALIZED_NAME_SOFT_DESCRIPTOR
public static final String SERIALIZED_NAME_THREE_D_S_DATA
public ProcessingData attemptThreeDSecured(Boolean attemptThreeDSecured)
@Nullable public Boolean getAttemptThreeDSecured()
public void setAttemptThreeDSecured(Boolean attemptThreeDSecured)
public ProcessingData softDescriptor(String softDescriptor)
@Nullable public String getSoftDescriptor()
public void setSoftDescriptor(String softDescriptor)
public ProcessingData threeDSData(ThreeDSData threeDSData)
@Nullable public ThreeDSData getThreeDSData()
public void setThreeDSData(ThreeDSData threeDSData)
public ProcessingData 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 ProcessingDatapublic static ProcessingData fromJson(String jsonString) throws IOException
jsonString - JSON stringIOException - if the JSON string is invalid with respect to ProcessingDatapublic String toJson()
Copyright © 2023. All rights reserved.