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(Long functionId) Return the additional (undeclared) property.Return the additional (undeclared) property with the specified name.Name of the called functionVirtual address of the called functionGet dashboardUrlUnique identifier of the functionIndicates if the function is externalUnique identifier of the matched functioninthashCode()isExternal(Boolean isExternal) matchedFunctionId(Integer matchedFunctionId) putAdditionalProperty(String key, Object value) Set the additional (undeclared) property with the specified name and value.voidsetCalleeName(String calleeName) voidsetCalleeVaddr(String calleeVaddr) voidsetDashboardUrl(String dashboardUrl) voidsetFunctionId(Long 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
Unique identifier of the function- Returns:
- functionId
-
setFunctionId
-
matchedFunctionId
-
getMatchedFunctionId
Unique identifier of the matched function- 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
-
putAdditionalProperty
Set the additional (undeclared) property with the specified name and value. If the property does not already exist, create it otherwise replace it.- Parameters:
key- name of the propertyvalue- value of the property- Returns:
- the CalleeFunctionInfo instance itself
-
getAdditionalProperties
Return the additional (undeclared) property.- Returns:
- a map of objects
-
getAdditionalProperty
Return the additional (undeclared) property with the specified name.- Parameters:
key- name of the property- Returns:
- an object
-
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
-