Package ai.reveng.model
Class FunctionInfo
java.lang.Object
ai.reveng.model.FunctionInfo
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class FunctionInfo
extends Object
FunctionInfo
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddFuncDepsItem(FunctionDependency funcDepsItem) booleanstatic FunctionInfoCreate an instance of FunctionInfo given an JSON stringfuncDeps(List<FunctionDependency> funcDeps) funcTypes(FunctionType funcTypes) Get funcDepsGet funcTypesinthashCode()voidsetFuncDeps(List<FunctionDependency> funcDeps) voidsetFuncTypes(FunctionType funcTypes) toJson()Convert an instance of FunctionInfo 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_FUNC_DEPS
- See Also:
-
SERIALIZED_NAME_FUNC_TYPES
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
FunctionInfo
public FunctionInfo()
-
-
Method Details
-
funcDeps
-
addFuncDepsItem
-
getFuncDeps
Get funcDeps- Returns:
- funcDeps
-
setFuncDeps
-
funcTypes
-
getFuncTypes
Get funcTypes- Returns:
- funcTypes
-
setFuncTypes
-
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 FunctionInfo
-
fromJson
Create an instance of FunctionInfo given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of FunctionInfo
- Throws:
IOException- if the JSON string is invalid with respect to FunctionInfo
-
toJson
Convert an instance of FunctionInfo to an JSON string- Returns:
- JSON string
-