Package ai.reveng.model
Class UpsertOverridesData
java.lang.Object
ai.reveng.model.UpsertOverridesData
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class UpsertOverridesData
extends Object
UpsertOverridesData
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic UpsertOverridesDataCreate an instance of UpsertOverridesData given an JSON stringReturn the additional (undeclared) property.Return the additional (undeclared) property with the specified name.Merged override mappings after applying changesinthashCode()putAdditionalProperty(String key, Object value) Set the additional (undeclared) property with the specified name and value.putUserOverrideMappingsItem(String key, String userOverrideMappingsItem) voidsetUserOverrideMappings(Map<String, String> userOverrideMappings) toJson()Convert an instance of UpsertOverridesData to an JSON stringtoString()userOverrideMappings(Map<String, String> userOverrideMappings) static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_USER_OVERRIDE_MAPPINGS
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
UpsertOverridesData
public UpsertOverridesData()
-
-
Method Details
-
userOverrideMappings
-
putUserOverrideMappingsItem
-
getUserOverrideMappings
Merged override mappings after applying changes- Returns:
- userOverrideMappings
-
setUserOverrideMappings
-
putAdditionalProperty
Set the additional (undeclared) property with the specified name and value. If the property does not already exist, create it otherwise replace it.- Parameters:
key- name of the propertyvalue- value of the property- Returns:
- the UpsertOverridesData instance itself
-
getAdditionalProperties
Return the additional (undeclared) property.- Returns:
- a map of objects
-
getAdditionalProperty
Return the additional (undeclared) property with the specified name.- Parameters:
key- name of the property- Returns:
- an object
-
equals
-
hashCode
public int hashCode() -
toString
-
validateJsonElement
Validates the JSON Element and throws an exception if issues found- Parameters:
jsonElement- JSON Element- Throws:
IOException- if the JSON Element is invalid with respect to UpsertOverridesData
-
fromJson
Create an instance of UpsertOverridesData given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of UpsertOverridesData
- Throws:
IOException- if the JSON string is invalid with respect to UpsertOverridesData
-
toJson
Convert an instance of UpsertOverridesData to an JSON string- Returns:
- JSON string
-