Package ai.reveng.model
Class ImportedFunctionCallerEntry
java.lang.Object
ai.reveng.model.ImportedFunctionCallerEntry
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class ImportedFunctionCallerEntry
extends Object
ImportedFunctionCallerEntry
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic ImportedFunctionCallerEntryCreate an instance of ImportedFunctionCallerEntry given an JSON stringfunctionId(Long functionId) functionName(String functionName) functionVaddr(Long functionVaddr) Get functionIdGet functionNameGet functionVaddrThe PLT/stub address this caller targets.inthashCode()voidsetFunctionId(Long functionId) voidsetFunctionName(String functionName) voidsetFunctionVaddr(Long functionVaddr) voidsetStubVaddr(Long stubVaddr) toJson()Convert an instance of ImportedFunctionCallerEntry 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_FUNCTION_NAME
- See Also:
-
SERIALIZED_NAME_FUNCTION_VADDR
- See Also:
-
SERIALIZED_NAME_STUB_VADDR
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
ImportedFunctionCallerEntry
public ImportedFunctionCallerEntry()
-
-
Method Details
-
functionId
-
getFunctionId
Get functionId- Returns:
- functionId
-
setFunctionId
-
functionName
-
getFunctionName
Get functionName- Returns:
- functionName
-
setFunctionName
-
functionVaddr
-
getFunctionVaddr
Get functionVaddr- Returns:
- functionVaddr
-
setFunctionVaddr
-
stubVaddr
-
getStubVaddr
The PLT/stub address this caller targets.- Returns:
- stubVaddr
-
setStubVaddr
-
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 ImportedFunctionCallerEntry
-
fromJson
Create an instance of ImportedFunctionCallerEntry given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of ImportedFunctionCallerEntry
- Throws:
IOException- if the JSON string is invalid with respect to ImportedFunctionCallerEntry
-
toJson
Convert an instance of ImportedFunctionCallerEntry to an JSON string- Returns:
- JSON string
-