Package ai.reveng.model
Class FunctionTypeOutput
java.lang.Object
ai.reveng.model.FunctionTypeOutput
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class FunctionTypeOutput
extends Object
FunctionTypeOutput
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionartifactType(String artifactType) booleanstatic FunctionTypeOutputCreate an instance of FunctionTypeOutput given an JSON stringgetAddr()Memory address of the functionType of artifact that the structure is associated withFunction header informationGet lastChangegetName()Name of the functiongetSize()Size of the function in bytesGet stackVarsgetType()Return type of the functioninthashCode()header(FunctionHeader header) lastChange(String lastChange) putStackVarsItem(String key, StackVariable stackVarsItem) voidvoidsetArtifactType(String artifactType) voidsetHeader(FunctionHeader header) voidsetLastChange(String lastChange) voidvoidvoidsetStackVars(Map<String, StackVariable> stackVars) voidstackVars(Map<String, StackVariable> stackVars) toJson()Convert an instance of FunctionTypeOutput 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
-
FunctionTypeOutput
public FunctionTypeOutput()
-
-
Method Details
-
lastChange
-
getLastChange
Get lastChange- 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
Get stackVars- 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
-
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 FunctionTypeOutput
-
fromJson
Create an instance of FunctionTypeOutput given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of FunctionTypeOutput
- Throws:
IOException- if the JSON string is invalid with respect to FunctionTypeOutput
-
toJson
Convert an instance of FunctionTypeOutput to an JSON string- Returns:
- JSON string
-