Package ai.reveng.model
Class FunctionDataTypes
java.lang.Object
ai.reveng.model.FunctionDataTypes
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class FunctionDataTypes
extends Object
FunctionDataTypes
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondataTypes(V2FunctionInfo dataTypes) dataTypesVersion(Integer dataTypesVersion) booleanstatic FunctionDataTypesCreate an instance of FunctionDataTypes given an JSON stringReturn the additional (undeclared) property.Return the additional (undeclared) property with the specified name.Whether the service has completed data types generationFunction data types information if availableIf the data types information has been updated by the user, this field will be populatedThe current status of the data types serviceinthashCode()putAdditionalProperty(String key, Object value) Set the additional (undeclared) property with the specified name and value.voidsetCompleted(Boolean completed) voidsetDataTypes(V2FunctionInfo dataTypes) voidsetDataTypesVersion(Integer dataTypesVersion) voidtoJson()Convert an instance of FunctionDataTypes 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_COMPLETED
- See Also:
-
SERIALIZED_NAME_STATUS
- See Also:
-
SERIALIZED_NAME_DATA_TYPES
- See Also:
-
SERIALIZED_NAME_DATA_TYPES_VERSION
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
FunctionDataTypes
public FunctionDataTypes()
-
-
Method Details
-
completed
-
getCompleted
Whether the service has completed data types generation- Returns:
- completed
-
setCompleted
-
status
-
getStatus
The current status of the data types service- Returns:
- status
-
setStatus
-
dataTypes
-
getDataTypes
Function data types information if available- Returns:
- dataTypes
-
setDataTypes
-
dataTypesVersion
-
getDataTypesVersion
If the data types information has been updated by the user, this field will be populated- 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 FunctionDataTypes 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 FunctionDataTypes
-
fromJson
Create an instance of FunctionDataTypes given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of FunctionDataTypes
- Throws:
IOException- if the JSON string is invalid with respect to FunctionDataTypes
-
toJson
Convert an instance of FunctionDataTypes to an JSON string- Returns:
- JSON string
-