@Generated(value="Generated by https://konfigthis.com") public class Disputes extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Disputes.CustomTypeAdapterFactory |
| Modifier and Type | Field and Description |
|---|---|
static HashSet<String> |
openapiFields |
static HashSet<String> |
openapiRequiredFields |
static String |
SERIALIZED_NAME_EVIDENCE_PROVIDED_ON |
static String |
SERIALIZED_NAME_IN_DISPUTE |
| Constructor and Description |
|---|
Disputes() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Disputes |
evidenceProvidedOn(OffsetDateTime evidenceProvidedOn) |
static Disputes |
fromJson(String jsonString)
Create an instance of Disputes 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.
|
OffsetDateTime |
getEvidenceProvidedOn()
Get evidenceProvidedOn
|
Boolean |
getInDispute()
Get inDispute
|
int |
hashCode() |
Disputes |
inDispute(Boolean inDispute) |
Disputes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setEvidenceProvidedOn(OffsetDateTime evidenceProvidedOn) |
void |
setInDispute(Boolean inDispute) |
String |
toJson()
Convert an instance of Disputes 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_IN_DISPUTE
public static final String SERIALIZED_NAME_EVIDENCE_PROVIDED_ON
public void setInDispute(Boolean inDispute)
public Disputes evidenceProvidedOn(OffsetDateTime evidenceProvidedOn)
@Nullable public OffsetDateTime getEvidenceProvidedOn()
public void setEvidenceProvidedOn(OffsetDateTime evidenceProvidedOn)
public Disputes 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 Disputespublic static Disputes fromJson(String jsonString) throws IOException
jsonString - JSON stringIOException - if the JSON string is invalid with respect to Disputespublic String toJson()
Copyright © 2024. All rights reserved.