@Generated(value="Generated by https://konfigthis.com") public class ErrorExtendedAllOf extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ErrorExtendedAllOf.CustomTypeAdapterFactory |
| Modifier and Type | Field and Description |
|---|---|
static HashSet<String> |
openapiFields |
static HashSet<String> |
openapiRequiredFields |
static String |
SERIALIZED_NAME_EXTRA_DATA |
| Constructor and Description |
|---|
ErrorExtendedAllOf() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
ErrorExtendedAllOf |
extraData(Map<String,String> extraData) |
static ErrorExtendedAllOf |
fromJson(String jsonString)
Create an instance of ErrorExtendedAllOf 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.
|
Map<String,String> |
getExtraData()
Get extraData
|
int |
hashCode() |
ErrorExtendedAllOf |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
ErrorExtendedAllOf |
putExtraDataItem(String key,
String extraDataItem) |
void |
setExtraData(Map<String,String> extraData) |
String |
toJson()
Convert an instance of ErrorExtendedAllOf 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_EXTRA_DATA
public ErrorExtendedAllOf extraData(Map<String,String> extraData)
public ErrorExtendedAllOf putExtraDataItem(String key, String extraDataItem)
public ErrorExtendedAllOf 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 ErrorExtendedAllOfpublic static ErrorExtendedAllOf fromJson(String jsonString) throws IOException
jsonString - JSON stringIOException - if the JSON string is invalid with respect to ErrorExtendedAllOfpublic String toJson()
Copyright © 2023. All rights reserved.