@Generated(value="Generated by https://konfigthis.com") public class ProcessingData2 extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ProcessingData2.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 |
|---|
ProcessingData2() |
| Modifier and Type | Method and Description |
|---|---|
ProcessingData2 |
attemptThreeDSecured(Boolean attemptThreeDSecured) |
boolean |
equals(Object o) |
static ProcessingData2 |
fromJson(String jsonString)
Create an instance of ProcessingData2 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
|
ThreeDSData2 |
getThreeDSData()
Get threeDSData
|
int |
hashCode() |
ProcessingData2 |
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(ThreeDSData2 threeDSData) |
ProcessingData2 |
softDescriptor(String softDescriptor) |
ProcessingData2 |
threeDSData(ThreeDSData2 threeDSData) |
String |
toJson()
Convert an instance of ProcessingData2 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 ProcessingData2 attemptThreeDSecured(Boolean attemptThreeDSecured)
@Nullable public Boolean getAttemptThreeDSecured()
public void setAttemptThreeDSecured(Boolean attemptThreeDSecured)
public ProcessingData2 softDescriptor(String softDescriptor)
@Nullable public String getSoftDescriptor()
public void setSoftDescriptor(String softDescriptor)
public ProcessingData2 threeDSData(ThreeDSData2 threeDSData)
@Nullable public ThreeDSData2 getThreeDSData()
public void setThreeDSData(ThreeDSData2 threeDSData)
public ProcessingData2 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 ProcessingData2public static ProcessingData2 fromJson(String jsonString) throws IOException
jsonString - JSON stringIOException - if the JSON string is invalid with respect to ProcessingData2public String toJson()
Copyright © 2023. All rights reserved.