Package ai.reveng.model
Class V2FunctionType
java.lang.Object
ai.reveng.model.V2FunctionType
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class V2FunctionType
extends Object
V2FunctionType
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionartifactType(String artifactType) booleanstatic V2FunctionTypeCreate an instance of V2FunctionType given an JSON stringReturn the additional (undeclared) property.Return the additional (undeclared) property with the specified name.getAddr()Memory address of the functionType of artifact that the structure is associated withFunction header informationTimestamp of the last change to this function typegetName()Name of the functiongetSize()Size of the function in bytesDictionary of stack variablesgetType()Return type of the functioninthashCode()header(V2FunctionHeader header) lastChange(String lastChange) putAdditionalProperty(String key, Object value) Set the additional (undeclared) property with the specified name and value.putStackVarsItem(String key, StackVariable stackVarsItem) voidvoidsetArtifactType(String artifactType) voidsetHeader(V2FunctionHeader header) voidsetLastChange(String lastChange) voidvoidvoidsetStackVars(Map<String, StackVariable> stackVars) voidstackVars(Map<String, StackVariable> stackVars) toJson()Convert an instance of V2FunctionType 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_ADDR
- See Also:
-
SERIALIZED_NAME_SIZE
- See Also:
-
SERIALIZED_NAME_HEADER
- See Also:
-
SERIALIZED_NAME_STACK_VARS
- See Also:
-
SERIALIZED_NAME_NAME
- See Also:
-
SERIALIZED_NAME_TYPE
- See Also:
-
SERIALIZED_NAME_ARTIFACT_TYPE
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
V2FunctionType
public V2FunctionType()
-
-
Method Details
-
lastChange
-
getLastChange
Timestamp of the last change to this function type- Returns:
- lastChange
-
setLastChange
-
addr
-
getAddr
Memory address of the function- Returns:
- addr
-
setAddr
-
size
-
getSize
Size of the function in bytes- Returns:
- size
-
setSize
-
header
-
getHeader
Function header information- Returns:
- header
-
setHeader
-
stackVars
-
putStackVarsItem
-
getStackVars
Dictionary of stack variables- Returns:
- stackVars
-
setStackVars
-
name
-
getName
Name of the function- Returns:
- name
-
setName
-
type
-
getType
Return type of the function- Returns:
- type
-
setType
-
artifactType
-
getArtifactType
Type of artifact that the structure is associated with- Returns:
- artifactType
-
setArtifactType
-
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 V2FunctionType 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 V2FunctionType
-
fromJson
Create an instance of V2FunctionType given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of V2FunctionType
- Throws:
IOException- if the JSON string is invalid with respect to V2FunctionType
-
toJson
Convert an instance of V2FunctionType to an JSON string- Returns:
- JSON string
-