Package ai.reveng.model
Class UpsertOverridesInputBody
java.lang.Object
ai.reveng.model.UpsertOverridesInputBody
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class UpsertOverridesInputBody
extends Object
UpsertOverridesInputBody
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic UpsertOverridesInputBodyCreate an instance of UpsertOverridesInputBody given an JSON stringToken to name mappings.inthashCode()putOverridesItem(String key, String overridesItem) voidsetOverrides(Map<String, String> overrides) toJson()Convert an instance of UpsertOverridesInputBody to an JSON stringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_OVERRIDES
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
UpsertOverridesInputBody
public UpsertOverridesInputBody()
-
-
Method Details
-
overrides
-
putOverridesItem
-
getOverrides
Token to name mappings. Empty string removes the override.- Returns:
- overrides
-
setOverrides
-
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 UpsertOverridesInputBody
-
fromJson
Create an instance of UpsertOverridesInputBody given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of UpsertOverridesInputBody
- Throws:
IOException- if the JSON string is invalid with respect to UpsertOverridesInputBody
-
toJson
Convert an instance of UpsertOverridesInputBody to an JSON string- Returns:
- JSON string
-