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 stringMerged override mappings after applying changesinthashCode()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
-
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
-