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 stringGet dataTypesCurrent version of the function data types.inthashCode()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
-
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
-