Package ai.reveng.model
Class FunctionTypeInput
java.lang.Object
ai.reveng.model.FunctionTypeInput
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class FunctionTypeInput
extends Object
FunctionTypeInput
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionartifactType(String artifactType) booleanstatic FunctionTypeInputCreate an instance of FunctionTypeInput 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 FunctionTypeInput 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
-
FunctionTypeInput
public FunctionTypeInput()
-
-
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 FunctionTypeInput
-
fromJson
Create an instance of FunctionTypeInput given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of FunctionTypeInput
- Throws:
IOException- if the JSON string is invalid with respect to FunctionTypeInput
-
toJson
Convert an instance of FunctionTypeInput to an JSON string- Returns:
- JSON string
-