Package ai.reveng.model
Class UpdateDataTypesInputBody
java.lang.Object
ai.reveng.model.UpdateDataTypesInputBody
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class UpdateDataTypesInputBody
extends Object
UpdateDataTypesInputBody
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondataTypesVersion(Long dataTypesVersion) booleanstatic UpdateDataTypesInputBodyCreate an instance of UpdateDataTypesInputBody given an JSON stringReturn the additional (undeclared) property.Return the additional (undeclared) property with the specified name.Get dataTypesCurrent version of the function data types.inthashCode()putAdditionalProperty(String key, Object value) Set the additional (undeclared) property with the specified name and value.voidsetDataTypes(Object dataTypes) voidsetDataTypesVersion(Long dataTypesVersion) toJson()Convert an instance of UpdateDataTypesInputBody 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_DATA_TYPES
- See Also:
-
SERIALIZED_NAME_DATA_TYPES_VERSION
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
UpdateDataTypesInputBody
public UpdateDataTypesInputBody()
-
-
Method Details
-
dataTypes
-
getDataTypes
Get dataTypes- Returns:
- dataTypes
-
setDataTypes
-
dataTypesVersion
-
getDataTypesVersion
Current version of the function data types. The update is rejected if the stored version has moved on. Pass 0 on the first write. minimum: 0- Returns:
- dataTypesVersion
-
setDataTypesVersion
-
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 UpdateDataTypesInputBody 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 UpdateDataTypesInputBody
-
fromJson
Create an instance of UpdateDataTypesInputBody given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of UpdateDataTypesInputBody
- Throws:
IOException- if the JSON string is invalid with respect to UpdateDataTypesInputBody
-
toJson
Convert an instance of UpdateDataTypesInputBody to an JSON string- Returns:
- JSON string
-