Package ai.reveng.model
Class FunctionType
java.lang.Object
ai.reveng.model.FunctionType
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class FunctionType
extends Object
FunctionType
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionartifactType(String artifactType) booleanstatic FunctionTypeCreate an instance of FunctionType given an JSON stringgetAddr()Get addrGet artifactTypeGet headerGet lastChangegetName()Get namegetScope()Get scopegetSize()Get sizeStack variables keyed by offset hex.getType()Get typeinthashCode()header(FunctionHeader header) lastChange(String lastChange) putStackVarsItem(String key, FunctionStackVariable stackVarsItem) voidvoidsetArtifactType(String artifactType) voidsetHeader(FunctionHeader header) voidsetLastChange(String lastChange) voidvoidvoidvoidsetStackVars(Map<String, FunctionStackVariable> stackVars) voidstackVars(Map<String, FunctionStackVariable> stackVars) toJson()Convert an instance of FunctionType 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_ADDR
- See Also:
-
SERIALIZED_NAME_ARTIFACT_TYPE
- See Also:
-
SERIALIZED_NAME_HEADER
- See Also:
-
SERIALIZED_NAME_LAST_CHANGE
- See Also:
-
SERIALIZED_NAME_NAME
- See Also:
-
SERIALIZED_NAME_SCOPE
- See Also:
-
SERIALIZED_NAME_SIZE
- See Also:
-
SERIALIZED_NAME_STACK_VARS
- See Also:
-
SERIALIZED_NAME_TYPE
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
FunctionType
public FunctionType()
-
-
Method Details
-
addr
-
getAddr
Get addr- Returns:
- addr
-
setAddr
-
artifactType
-
getArtifactType
Get artifactType- Returns:
- artifactType
-
setArtifactType
-
header
-
getHeader
Get header- Returns:
- header
-
setHeader
-
lastChange
-
getLastChange
Get lastChange- Returns:
- lastChange
-
setLastChange
-
name
-
getName
Get name- Returns:
- name
-
setName
-
scope
-
getScope
Get scope- Returns:
- scope
-
setScope
-
size
-
getSize
Get size- Returns:
- size
-
setSize
-
stackVars
-
putStackVarsItem
-
getStackVars
Stack variables keyed by offset hex.- Returns:
- stackVars
-
setStackVars
-
type
-
getType
Get type- Returns:
- type
-
setType
-
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 FunctionType
-
fromJson
Create an instance of FunctionType given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of FunctionType
- Throws:
IOException- if the JSON string is invalid with respect to FunctionType
-
toJson
Convert an instance of FunctionType to an JSON string- Returns:
- JSON string
-