Package ai.reveng.model
Class FunctionListItem
java.lang.Object
ai.reveng.model.FunctionListItem
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class FunctionListItem
extends Object
FunctionListItem
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enumThe source (process) the function name came from -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic FunctionListItemCreate an instance of FunctionListItem given an JSON stringReturn the additional (undeclared) property.Return the additional (undeclared) property with the specified name.getDebug()Whether the function has debug informationgetId()Function idMangled name of the functiongetName()Name of the functionThe source of the current function name.The source (process) the function name came fromgetSize()Function size in bytesgetVaddr()Function virtual addressinthashCode()mangledName(String mangledName) nameSource(NameSourceType nameSource) nameSourceType(FunctionListItem.NameSourceTypeEnum nameSourceType) putAdditionalProperty(String key, Object value) Set the additional (undeclared) property with the specified name and value.voidvoidvoidsetMangledName(String mangledName) voidvoidsetNameSource(NameSourceType nameSource) voidsetNameSourceType(FunctionListItem.NameSourceTypeEnum nameSourceType) voidvoidtoJson()Convert an instance of FunctionListItem 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_ID
- See Also:
-
SERIALIZED_NAME_NAME
- See Also:
-
SERIALIZED_NAME_NAME_SOURCE_TYPE
- See Also:
-
SERIALIZED_NAME_NAME_SOURCE
- See Also:
-
SERIALIZED_NAME_MANGLED_NAME
- See Also:
-
SERIALIZED_NAME_VADDR
- See Also:
-
SERIALIZED_NAME_SIZE
- See Also:
-
SERIALIZED_NAME_DEBUG
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
FunctionListItem
public FunctionListItem()
-
-
Method Details
-
id
-
getId
Function id- Returns:
- id
-
setId
-
name
-
getName
Name of the function- Returns:
- name
-
setName
-
nameSourceType
-
getNameSourceType
The source (process) the function name came from- Returns:
- nameSourceType
-
setNameSourceType
-
nameSource
-
getNameSource
The source of the current function name.- Returns:
- nameSource
-
setNameSource
-
mangledName
-
getMangledName
Mangled name of the function- Returns:
- mangledName
-
setMangledName
-
vaddr
-
getVaddr
Function virtual address- Returns:
- vaddr
-
setVaddr
-
size
-
getSize
Function size in bytes- Returns:
- size
-
setSize
-
debug
-
getDebug
Whether the function has debug information- Returns:
- debug
-
setDebug
-
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 FunctionListItem 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 FunctionListItem
-
fromJson
Create an instance of FunctionListItem given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of FunctionListItem
- Throws:
IOException- if the JSON string is invalid with respect to FunctionListItem
-
toJson
Convert an instance of FunctionListItem to an JSON string- Returns:
- JSON string
-