Package ai.reveng.model
Class FunctionHeader
java.lang.Object
ai.reveng.model.FunctionHeader
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class FunctionHeader
extends Object
FunctionHeader
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionargs(Map<String, FunctionArgument> args) booleanstatic FunctionHeaderCreate an instance of FunctionHeader given an JSON stringgetAddr()Get addrgetArgs()Argument map keyed by ordinal hex (e.g.Get lastChangegetName()Get namegetScope()Get scopegetType()Get typeinthashCode()lastChange(String lastChange) putArgsItem(String key, FunctionArgument argsItem) voidvoidsetArgs(Map<String, FunctionArgument> args) voidsetLastChange(String lastChange) voidvoidvoidtoJson()Convert an instance of FunctionHeader 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_ADDR
- See Also:
-
SERIALIZED_NAME_ARGS
- See Also:
-
SERIALIZED_NAME_LAST_CHANGE
- See Also:
-
SERIALIZED_NAME_NAME
- See Also:
-
SERIALIZED_NAME_SCOPE
- See Also:
-
SERIALIZED_NAME_TYPE
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
FunctionHeader
public FunctionHeader()
-
-
Method Details
-
addr
-
getAddr
Get addr- Returns:
- addr
-
setAddr
-
args
-
putArgsItem
-
getArgs
Argument map keyed by ordinal hex (e.g. \"0x0\", \"0x1\").- Returns:
- args
-
setArgs
-
lastChange
-
getLastChange
Get lastChange- Returns:
- lastChange
-
setLastChange
-
name
-
getName
Get name- Returns:
- name
-
setName
-
scope
-
getScope
Get scope- Returns:
- scope
-
setScope
-
type
-
getType
Get type- Returns:
- type
-
setType
-
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 FunctionHeader
-
fromJson
Create an instance of FunctionHeader given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of FunctionHeader
- Throws:
IOException- if the JSON string is invalid with respect to FunctionHeader
-
toJson
Convert an instance of FunctionHeader to an JSON string- Returns:
- JSON string
-