Package ai.reveng.model
Class CallEdge
java.lang.Object
ai.reveng.model.CallEdge
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class CallEdge
extends Object
CallEdge
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncalleeFunctionId(Long calleeFunctionId) calleeName(String calleeName) calleeVaddr(Long calleeVaddr) callerFunctionId(Long callerFunctionId) callerName(String callerName) callerVaddr(Long callerVaddr) booleanstatic CallEdgeCreate an instance of CallEdge given an JSON stringGet calleeFunctionIdGet calleeNameGet calleeVaddrGet callerFunctionIdGet callerNameEntry vaddr of the caller function (joined from function_t).Imported function ID for an external callee, resolved via the thunk/stub address.Get isExternalGet thunkedVaddrinthashCode()importedFunctionId(Long importedFunctionId) isExternal(Boolean isExternal) voidsetCalleeFunctionId(Long calleeFunctionId) voidsetCalleeName(String calleeName) voidsetCalleeVaddr(Long calleeVaddr) voidsetCallerFunctionId(Long callerFunctionId) voidsetCallerName(String callerName) voidsetCallerVaddr(Long callerVaddr) voidsetImportedFunctionId(Long importedFunctionId) voidsetIsExternal(Boolean isExternal) voidsetThunkedVaddr(Long thunkedVaddr) thunkedVaddr(Long thunkedVaddr) toJson()Convert an instance of CallEdge 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_CALLEE_FUNCTION_ID
- See Also:
-
SERIALIZED_NAME_CALLEE_NAME
- See Also:
-
SERIALIZED_NAME_CALLEE_VADDR
- See Also:
-
SERIALIZED_NAME_CALLER_FUNCTION_ID
- See Also:
-
SERIALIZED_NAME_CALLER_NAME
- See Also:
-
SERIALIZED_NAME_CALLER_VADDR
- See Also:
-
SERIALIZED_NAME_IMPORTED_FUNCTION_ID
- See Also:
-
SERIALIZED_NAME_IS_EXTERNAL
- See Also:
-
SERIALIZED_NAME_THUNKED_VADDR
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
CallEdge
public CallEdge()
-
-
Method Details
-
calleeFunctionId
-
getCalleeFunctionId
Get calleeFunctionId- Returns:
- calleeFunctionId
-
setCalleeFunctionId
-
calleeName
-
getCalleeName
Get calleeName- Returns:
- calleeName
-
setCalleeName
-
calleeVaddr
-
getCalleeVaddr
Get calleeVaddr- Returns:
- calleeVaddr
-
setCalleeVaddr
-
callerFunctionId
-
getCallerFunctionId
Get callerFunctionId- Returns:
- callerFunctionId
-
setCallerFunctionId
-
callerName
-
getCallerName
Get callerName- Returns:
- callerName
-
setCallerName
-
callerVaddr
-
getCallerVaddr
Entry vaddr of the caller function (joined from function_t).- Returns:
- callerVaddr
-
setCallerVaddr
-
importedFunctionId
-
getImportedFunctionId
Imported function ID for an external callee, resolved via the thunk/stub address.- Returns:
- importedFunctionId
-
setImportedFunctionId
-
isExternal
-
getIsExternal
Get isExternal- Returns:
- isExternal
-
setIsExternal
-
thunkedVaddr
-
getThunkedVaddr
Get thunkedVaddr- Returns:
- thunkedVaddr
-
setThunkedVaddr
-
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 CallEdge
-
fromJson
Create an instance of CallEdge given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of CallEdge
- Throws:
IOException- if the JSON string is invalid with respect to CallEdge
-
toJson
Convert an instance of CallEdge to an JSON string- Returns:
- JSON string
-