Package ai.reveng.model
Class CalleeFunctionInfo
java.lang.Object
ai.reveng.model.CalleeFunctionInfo
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class CalleeFunctionInfo
extends Object
CalleeFunctionInfo
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncalleeName(String calleeName) calleeVaddr(String calleeVaddr) dashboardUrl(String dashboardUrl) booleanstatic CalleeFunctionInfoCreate an instance of CalleeFunctionInfo given an JSON stringfunctionId(Integer functionId) Name of the called functionVirtual address of the called functionGet dashboardUrlGet functionIdIndicates if the function is externalGet matchedFunctionIdinthashCode()isExternal(Boolean isExternal) matchedFunctionId(Integer matchedFunctionId) voidsetCalleeName(String calleeName) voidsetCalleeVaddr(String calleeVaddr) voidsetDashboardUrl(String dashboardUrl) voidsetFunctionId(Integer functionId) voidsetIsExternal(Boolean isExternal) voidsetMatchedFunctionId(Integer matchedFunctionId) toJson()Convert an instance of CalleeFunctionInfo 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_MATCHED_FUNCTION_ID
- See Also:
-
SERIALIZED_NAME_DASHBOARD_URL
- See Also:
-
SERIALIZED_NAME_IS_EXTERNAL
- See Also:
-
SERIALIZED_NAME_CALLEE_NAME
- See Also:
-
SERIALIZED_NAME_CALLEE_VADDR
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
CalleeFunctionInfo
public CalleeFunctionInfo()
-
-
Method Details
-
functionId
-
getFunctionId
Get functionId- Returns:
- functionId
-
setFunctionId
-
matchedFunctionId
-
getMatchedFunctionId
Get matchedFunctionId- Returns:
- matchedFunctionId
-
setMatchedFunctionId
-
dashboardUrl
-
getDashboardUrl
Get dashboardUrl- Returns:
- dashboardUrl
-
setDashboardUrl
-
isExternal
-
getIsExternal
Indicates if the function is external- Returns:
- isExternal
-
setIsExternal
-
calleeName
-
getCalleeName
Name of the called function- Returns:
- calleeName
-
setCalleeName
-
calleeVaddr
-
getCalleeVaddr
Virtual address of the called function- Returns:
- calleeVaddr
-
setCalleeVaddr
-
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 CalleeFunctionInfo
-
fromJson
Create an instance of CalleeFunctionInfo given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of CalleeFunctionInfo
- Throws:
IOException- if the JSON string is invalid with respect to CalleeFunctionInfo
-
toJson
Convert an instance of CalleeFunctionInfo to an JSON string- Returns:
- JSON string
-