Package ai.reveng.model
Class FunctionCallEdges
java.lang.Object
ai.reveng.model.FunctionCallEdges
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class FunctionCallEdges
extends Object
FunctionCallEdges
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddCalleesItem(CallEdge calleesItem) addCallersItem(CallEdge callersItem) booleanstatic FunctionCallEdgesCreate an instance of FunctionCallEdges given an JSON stringfunctionId(Long functionId) Get calleesGet callersGet functionIdinthashCode()voidsetCallees(List<CallEdge> callees) voidsetCallers(List<CallEdge> callers) voidsetFunctionId(Long functionId) toJson()Convert an instance of FunctionCallEdges 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_CALLEES
- See Also:
-
SERIALIZED_NAME_CALLERS
- See Also:
-
SERIALIZED_NAME_FUNCTION_ID
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
FunctionCallEdges
public FunctionCallEdges()
-
-
Method Details
-
callees
-
addCalleesItem
-
getCallees
Get callees- Returns:
- callees
-
setCallees
-
callers
-
addCallersItem
-
getCallers
Get callers- Returns:
- callers
-
setCallers
-
functionId
-
getFunctionId
Get functionId- 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 FunctionCallEdges
-
fromJson
Create an instance of FunctionCallEdges given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of FunctionCallEdges
- Throws:
IOException- if the JSON string is invalid with respect to FunctionCallEdges
-
toJson
Convert an instance of FunctionCallEdges to an JSON string- Returns:
- JSON string
-