Package ai.reveng.model
Class FunctionDataTypesListItem
java.lang.Object
ai.reveng.model.FunctionDataTypesListItem
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class FunctionDataTypesListItem
extends Object
FunctionDataTypesListItem
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondataTypes(FunctionInfoOutput dataTypes) dataTypesVersion(Integer dataTypesVersion) booleanstatic FunctionDataTypesListItemCreate an instance of FunctionDataTypesListItem given an JSON stringfunctionId(Integer functionId) Whether the service has completed data types generationGet dataTypesGet dataTypesVersionFunction idThe current status of the data types serviceinthashCode()voidsetCompleted(Boolean completed) voidsetDataTypes(FunctionInfoOutput dataTypes) voidsetDataTypesVersion(Integer dataTypesVersion) voidsetFunctionId(Integer functionId) voidtoJson()Convert an instance of FunctionDataTypesListItem 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:
-
SERIALIZED_NAME_FUNCTION_ID
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
FunctionDataTypesListItem
public FunctionDataTypesListItem()
-
-
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
Get dataTypes- Returns:
- dataTypes
-
setDataTypes
-
dataTypesVersion
-
getDataTypesVersion
Get dataTypesVersion- Returns:
- dataTypesVersion
-
setDataTypesVersion
-
functionId
-
getFunctionId
Function id- 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 FunctionDataTypesListItem
-
fromJson
Create an instance of FunctionDataTypesListItem given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of FunctionDataTypesListItem
- Throws:
IOException- if the JSON string is invalid with respect to FunctionDataTypesListItem
-
toJson
Convert an instance of FunctionDataTypesListItem to an JSON string- Returns:
- JSON string
-