Package ai.reveng.model
Class CallerFunctionInfo
java.lang.Object
ai.reveng.model.CallerFunctionInfo
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class CallerFunctionInfo
extends Object
CallerFunctionInfo
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncallerName(String callerName) callerVaddr(String callerVaddr) dashboardUrl(String dashboardUrl) booleanstatic CallerFunctionInfoCreate an instance of CallerFunctionInfo given an JSON stringfunctionId(Integer functionId) Name of the calling functionVirtual address of the calling functionGet dashboardUrlGet functionIdIndicates if the function is externalGet matchedFunctionIdinthashCode()isExternal(Boolean isExternal) matchedFunctionId(Integer matchedFunctionId) voidsetCallerName(String callerName) voidsetCallerVaddr(String callerVaddr) voidsetDashboardUrl(String dashboardUrl) voidsetFunctionId(Integer functionId) voidsetIsExternal(Boolean isExternal) voidsetMatchedFunctionId(Integer matchedFunctionId) toJson()Convert an instance of CallerFunctionInfo 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_CALLER_NAME
- See Also:
-
SERIALIZED_NAME_CALLER_VADDR
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
CallerFunctionInfo
public CallerFunctionInfo()
-
-
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
-
callerName
-
getCallerName
Name of the calling function- Returns:
- callerName
-
setCallerName
-
callerVaddr
-
getCallerVaddr
Virtual address of the calling function- Returns:
- callerVaddr
-
setCallerVaddr
-
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 CallerFunctionInfo
-
fromJson
Create an instance of CallerFunctionInfo given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of CallerFunctionInfo
- Throws:
IOException- if the JSON string is invalid with respect to CallerFunctionInfo
-
toJson
Convert an instance of CallerFunctionInfo to an JSON string- Returns:
- JSON string
-