Package ai.reveng.model
Class BatchUpdateDataTypesResult
java.lang.Object
ai.reveng.model.BatchUpdateDataTypesResult
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class BatchUpdateDataTypesResult
extends Object
BatchUpdateDataTypesResult
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enumOutcome for this function -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondataTypesVersion(Long dataTypesVersion) booleanstatic BatchUpdateDataTypesResultCreate an instance of BatchUpdateDataTypesResult given an JSON stringfunctionId(Long functionId) Get dataTypesVersion after update (present when status is 'updated')getError()Error message (present when status is 'error')Function IDOutcome for this functioninthashCode()voidsetDataTypes(Object dataTypes) voidsetDataTypesVersion(Long dataTypesVersion) voidvoidsetFunctionId(Long functionId) voidtoJson()Convert an instance of BatchUpdateDataTypesResult 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_ERROR
- See Also:
-
SERIALIZED_NAME_FUNCTION_ID
- See Also:
-
SERIALIZED_NAME_STATUS
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
BatchUpdateDataTypesResult
public BatchUpdateDataTypesResult()
-
-
Method Details
-
dataTypes
-
getDataTypes
Get dataTypes- Returns:
- dataTypes
-
setDataTypes
-
dataTypesVersion
-
getDataTypesVersion
Version after update (present when status is 'updated')- Returns:
- dataTypesVersion
-
setDataTypesVersion
-
error
-
getError
Error message (present when status is 'error')- Returns:
- error
-
setError
-
functionId
-
getFunctionId
Function ID- Returns:
- functionId
-
setFunctionId
-
status
-
getStatus
Outcome for this function- Returns:
- status
-
setStatus
-
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 BatchUpdateDataTypesResult
-
fromJson
Create an instance of BatchUpdateDataTypesResult given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of BatchUpdateDataTypesResult
- Throws:
IOException- if the JSON string is invalid with respect to BatchUpdateDataTypesResult
-
toJson
Convert an instance of BatchUpdateDataTypesResult to an JSON string- Returns:
- JSON string
-