Package ai.reveng.model
Class DataTypesEntry
java.lang.Object
ai.reveng.model.DataTypesEntry
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class DataTypesEntry
extends Object
DataTypesEntry
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondataTypes(FunctionInfo dataTypes) dataTypesVersion(Long dataTypesVersion) booleanstatic DataTypesEntryCreate an instance of DataTypesEntry given an JSON stringfunctionId(Long functionId) Get dataTypesCurrent version of the function data types.Get functionIdinthashCode()voidsetDataTypes(FunctionInfo dataTypes) voidsetDataTypesVersion(Long dataTypesVersion) voidsetFunctionId(Long functionId) toJson()Convert an instance of DataTypesEntry 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
-
DataTypesEntry
public DataTypesEntry()
-
-
Method Details
-
dataTypes
-
getDataTypes
Get dataTypes- Returns:
- dataTypes
-
setDataTypes
-
dataTypesVersion
-
getDataTypesVersion
Current version of the function data types. Pass this back on the next write to satisfy the CAS check.- Returns:
- dataTypesVersion
-
setDataTypesVersion
-
functionId
-
getFunctionId
Get functionId- 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 DataTypesEntry
-
fromJson
Create an instance of DataTypesEntry given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of DataTypesEntry
- Throws:
IOException- if the JSON string is invalid with respect to DataTypesEntry
-
toJson
Convert an instance of DataTypesEntry to an JSON string- Returns:
- JSON string
-