Package ai.reveng.model
Class StackVariable
java.lang.Object
ai.reveng.model.StackVariable
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class StackVariable
extends Object
StackVariable
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic StackVariableCreate an instance of StackVariable given an JSON stringgetAddr()Memory address of the stack variableGet lastChangegetName()Name of the stack variableOffset of the stack variablegetSize()Size of the stack variable in bytesgetType()Data type of the stack variableinthashCode()lastChange(String lastChange) voidvoidsetLastChange(String lastChange) voidvoidvoidvoidtoJson()Convert an instance of StackVariable 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_LAST_CHANGE
- See Also:
-
SERIALIZED_NAME_OFFSET
- See Also:
-
SERIALIZED_NAME_NAME
- See Also:
-
SERIALIZED_NAME_TYPE
- See Also:
-
SERIALIZED_NAME_SIZE
- See Also:
-
SERIALIZED_NAME_ADDR
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
StackVariable
public StackVariable()
-
-
Method Details
-
lastChange
-
getLastChange
Get lastChange- Returns:
- lastChange
-
setLastChange
-
offset
-
getOffset
Offset of the stack variable- Returns:
- offset
-
setOffset
-
name
-
getName
Name of the stack variable- Returns:
- name
-
setName
-
type
-
getType
Data type of the stack variable- Returns:
- type
-
setType
-
size
-
getSize
Size of the stack variable in bytes- Returns:
- size
-
setSize
-
addr
-
getAddr
Memory address of the stack variable- Returns:
- addr
-
setAddr
-
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 StackVariable
-
fromJson
Create an instance of StackVariable given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of StackVariable
- Throws:
IOException- if the JSON string is invalid with respect to StackVariable
-
toJson
Convert an instance of StackVariable to an JSON string- Returns:
- JSON string
-