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(Long functionId) Return the additional (undeclared) property.Return the additional (undeclared) property with the specified name.Name of the calling functionVirtual address of the calling 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.voidsetCallerName(String callerName) voidsetCallerVaddr(String callerVaddr) voidsetDashboardUrl(String dashboardUrl) voidsetFunctionId(Long 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
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
-
callerName
-
getCallerName
Name of the calling function- Returns:
- callerName
-
setCallerName
-
callerVaddr
-
getCallerVaddr
Virtual address of the calling function- Returns:
- callerVaddr
-
setCallerVaddr
-
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 CallerFunctionInfo 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 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
-