Package ai.reveng.model
Class GenerateFunctionDataTypes
java.lang.Object
ai.reveng.model.GenerateFunctionDataTypes
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class GenerateFunctionDataTypes
extends Object
GenerateFunctionDataTypes
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondataTypesList(GenerationStatusList dataTypesList) booleanstatic GenerateFunctionDataTypesCreate an instance of GenerateFunctionDataTypes given an JSON stringList of function data types information that are either already generated, or now queued for generationDeprecated.Deprecated.inthashCode()Deprecated.Deprecated.voidsetDataTypesList(GenerationStatusList dataTypesList) voidDeprecated.voidsetReference(String reference) Deprecated.toJson()Convert an instance of GenerateFunctionDataTypes 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_QUEUED
- See Also:
-
SERIALIZED_NAME_REFERENCE
- See Also:
-
SERIALIZED_NAME_DATA_TYPES_LIST
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
GenerateFunctionDataTypes
public GenerateFunctionDataTypes()
-
-
Method Details
-
queued
Deprecated. -
getQueued
Deprecated.[DEPRECATED] This value has been replaced with the `data_types_list` field- Returns:
- queued
-
setQueued
Deprecated. -
reference
Deprecated. -
getReference
Deprecated.[DEPRECATED] This value has been replaced with the `data_types_list` field- Returns:
- reference
-
setReference
Deprecated. -
dataTypesList
-
getDataTypesList
List of function data types information that are either already generated, or now queued for generation- Returns:
- dataTypesList
-
setDataTypesList
-
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 GenerateFunctionDataTypes
-
fromJson
Create an instance of GenerateFunctionDataTypes given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of GenerateFunctionDataTypes
- Throws:
IOException- if the JSON string is invalid with respect to GenerateFunctionDataTypes
-
toJson
Convert an instance of GenerateFunctionDataTypes to an JSON string- Returns:
- JSON string
-