@Generated(value="Generated by https://konfigthis.com") public class FraudCheck extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
FraudCheck.CustomTypeAdapterFactory |
| Modifier and Type | Field and Description |
|---|---|
static HashSet<String> |
openapiFields |
static HashSet<String> |
openapiRequiredFields |
static String |
SERIALIZED_NAME_FRAUD_CHECK_RESULT |
static String |
SERIALIZED_NAME_PROVIDER_REFERENCE_ID |
static String |
SERIALIZED_NAME_PROVIDER_RESULT_CODE |
static String |
SERIALIZED_NAME_PROVIDER_RESULT_DESC |
| Constructor and Description |
|---|
FraudCheck() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
FraudCheck |
fraudCheckResult(ReferenceEntityBase fraudCheckResult) |
static FraudCheck |
fromJson(String jsonString)
Create an instance of FraudCheck 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.
|
ReferenceEntityBase |
getFraudCheckResult()
Get fraudCheckResult
|
String |
getProviderReferenceId()
Get providerReferenceId
|
String |
getProviderResultCode()
Get providerResultCode
|
String |
getProviderResultDesc()
Get providerResultDesc
|
int |
hashCode() |
FraudCheck |
providerReferenceId(String providerReferenceId) |
FraudCheck |
providerResultCode(String providerResultCode) |
FraudCheck |
providerResultDesc(String providerResultDesc) |
FraudCheck |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setFraudCheckResult(ReferenceEntityBase fraudCheckResult) |
void |
setProviderReferenceId(String providerReferenceId) |
void |
setProviderResultCode(String providerResultCode) |
void |
setProviderResultDesc(String providerResultDesc) |
String |
toJson()
Convert an instance of FraudCheck 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_FRAUD_CHECK_RESULT
public static final String SERIALIZED_NAME_PROVIDER_RESULT_CODE
public static final String SERIALIZED_NAME_PROVIDER_RESULT_DESC
public static final String SERIALIZED_NAME_PROVIDER_REFERENCE_ID
public FraudCheck fraudCheckResult(ReferenceEntityBase fraudCheckResult)
@Nullable public ReferenceEntityBase getFraudCheckResult()
public void setFraudCheckResult(ReferenceEntityBase fraudCheckResult)
public FraudCheck providerResultCode(String providerResultCode)
@Nullable public String getProviderResultCode()
public void setProviderResultCode(String providerResultCode)
public FraudCheck providerResultDesc(String providerResultDesc)
@Nullable public String getProviderResultDesc()
public void setProviderResultDesc(String providerResultDesc)
public FraudCheck providerReferenceId(String providerReferenceId)
@Nullable public String getProviderReferenceId()
public void setProviderReferenceId(String providerReferenceId)
public FraudCheck 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 FraudCheckpublic static FraudCheck fromJson(String jsonString) throws IOException
jsonString - JSON stringIOException - if the JSON string is invalid with respect to FraudCheckpublic String toJson()
Copyright © 2024. All rights reserved.