Package ai.reveng.model
Class FunctionDataTypesStatus
java.lang.Object
ai.reveng.model.FunctionDataTypesStatus
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class FunctionDataTypesStatus
extends Object
FunctionDataTypesStatus
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic FunctionDataTypesStatusCreate an instance of FunctionDataTypesStatus given an JSON stringfunctionId(Integer functionId) Whether the service has completed data types generationFunction idThe current status of the data types serviceinthashCode()voidsetCompleted(Boolean completed) voidsetFunctionId(Integer functionId) voidtoJson()Convert an instance of FunctionDataTypesStatus 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_FUNCTION_ID
- See Also:
-
SERIALIZED_NAME_COMPLETED
- See Also:
-
SERIALIZED_NAME_STATUS
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
FunctionDataTypesStatus
public FunctionDataTypesStatus()
-
-
Method Details
-
functionId
-
getFunctionId
Function id- Returns:
- functionId
-
setFunctionId
-
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
-
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 FunctionDataTypesStatus
-
fromJson
Create an instance of FunctionDataTypesStatus given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of FunctionDataTypesStatus
- Throws:
IOException- if the JSON string is invalid with respect to FunctionDataTypesStatus
-
toJson
Convert an instance of FunctionDataTypesStatus to an JSON string- Returns:
- JSON string
-