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 stringReturn the additional (undeclared) property.Return the additional (undeclared) property with the specified name.List of function data types information that are either already generated, or now queued for generationDeprecated.Deprecated.inthashCode()putAdditionalProperty(String key, Object value) Set the additional (undeclared) property with the specified name and value.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
-
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 GenerateFunctionDataTypes 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 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
-