Package ai.reveng.model
Class CalleesCallerFunctionsResponse
java.lang.Object
ai.reveng.model.CalleesCallerFunctionsResponse
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class CalleesCallerFunctionsResponse
extends Object
CalleesCallerFunctionsResponse
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddCalleesItem(CalleeFunctionInfo calleesItem) addCallersItem(CallerFunctionInfo callersItem) baseAddress(BigInteger baseAddress) callees(List<CalleeFunctionInfo> callees) callers(List<CallerFunctionInfo> callers) booleanCreate an instance of CalleesCallerFunctionsResponse given an JSON stringReturn the additional (undeclared) property.Return the additional (undeclared) property with the specified name.Base address of the binaryList of functions called by the target functionList of functions that call the target functioninthashCode()putAdditionalProperty(String key, Object value) Set the additional (undeclared) property with the specified name and value.voidsetBaseAddress(BigInteger baseAddress) voidsetCallees(List<CalleeFunctionInfo> callees) voidsetCallers(List<CallerFunctionInfo> callers) toJson()Convert an instance of CalleesCallerFunctionsResponse 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_BASE_ADDRESS
- See Also:
-
SERIALIZED_NAME_CALLEES
- See Also:
-
SERIALIZED_NAME_CALLERS
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
CalleesCallerFunctionsResponse
public CalleesCallerFunctionsResponse()
-
-
Method Details
-
baseAddress
-
getBaseAddress
Base address of the binary- Returns:
- baseAddress
-
setBaseAddress
-
callees
-
addCalleesItem
-
getCallees
List of functions called by the target function- Returns:
- callees
-
setCallees
-
callers
-
addCallersItem
-
getCallers
List of functions that call the target function- Returns:
- callers
-
setCallers
-
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 CalleesCallerFunctionsResponse 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 CalleesCallerFunctionsResponse
-
fromJson
Create an instance of CalleesCallerFunctionsResponse given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of CalleesCallerFunctionsResponse
- Throws:
IOException- if the JSON string is invalid with respect to CalleesCallerFunctionsResponse
-
toJson
Convert an instance of CalleesCallerFunctionsResponse to an JSON string- Returns:
- JSON string
-