Package ai.reveng.model
Class FunctionDataTypesParams
java.lang.Object
ai.reveng.model.FunctionDataTypesParams
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class FunctionDataTypesParams
extends Object
FunctionDataTypesParams
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddFunctionIdsItem(Integer functionIdsItem) booleanstatic FunctionDataTypesParamsCreate an instance of FunctionDataTypesParams given an JSON stringfunctionIds(List<Integer> functionIds) The function ID's to generate/get data types forinthashCode()voidsetFunctionIds(List<Integer> functionIds) toJson()Convert an instance of FunctionDataTypesParams 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_IDS
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
FunctionDataTypesParams
public FunctionDataTypesParams()
-
-
Method Details
-
functionIds
-
addFunctionIdsItem
-
getFunctionIds
The function ID's to generate/get data types for- Returns:
- functionIds
-
setFunctionIds
-
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 FunctionDataTypesParams
-
fromJson
Create an instance of FunctionDataTypesParams given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of FunctionDataTypesParams
- Throws:
IOException- if the JSON string is invalid with respect to FunctionDataTypesParams
-
toJson
Convert an instance of FunctionDataTypesParams to an JSON string- Returns:
- JSON string
-