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 stringReturn the additional (undeclared) property.Return the additional (undeclared) property with the specified name.getAddr()Memory address of the stack variableTimestamp of the last change to this stack variablegetName()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) putAdditionalProperty(String key, Object value) Set the additional (undeclared) property with the specified name and value.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
Timestamp of the last change to this stack variable- 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
-
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 StackVariable 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 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
-