Package ai.reveng.model
Class BatchUpdateDataTypesItem
java.lang.Object
ai.reveng.model.BatchUpdateDataTypesItem
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class BatchUpdateDataTypesItem
extends Object
BatchUpdateDataTypesItem
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondataTypesVersion(Long dataTypesVersion) booleanstatic BatchUpdateDataTypesItemCreate an instance of BatchUpdateDataTypesItem given an JSON stringfunctionId(Long functionId) Get dataTypesCurrent stored version.Function ID minimum: 1inthashCode()voidsetDataTypes(Object dataTypes) voidsetDataTypesVersion(Long dataTypesVersion) voidsetFunctionId(Long functionId) toJson()Convert an instance of BatchUpdateDataTypesItem 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:
-
SERIALIZED_NAME_FUNCTION_ID
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
BatchUpdateDataTypesItem
public BatchUpdateDataTypesItem()
-
-
Method Details
-
dataTypes
-
getDataTypes
Get dataTypes- Returns:
- dataTypes
-
setDataTypes
-
dataTypesVersion
-
getDataTypesVersion
Current stored version. Pass 0 on the first write. minimum: 0- Returns:
- dataTypesVersion
-
setDataTypesVersion
-
functionId
-
getFunctionId
Function ID minimum: 1- Returns:
- functionId
-
setFunctionId
-
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 BatchUpdateDataTypesItem
-
fromJson
Create an instance of BatchUpdateDataTypesItem given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of BatchUpdateDataTypesItem
- Throws:
IOException- if the JSON string is invalid with respect to BatchUpdateDataTypesItem
-
toJson
Convert an instance of BatchUpdateDataTypesItem to an JSON string- Returns:
- JSON string
-