Package ai.reveng.model
Class Argument
java.lang.Object
ai.reveng.model.Argument
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class Argument
extends Object
Argument
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic ArgumentCreate an instance of Argument given an JSON stringGet lastChangegetName()Name of the argumentOffset of the argument in the function signaturegetSize()Size of the argument in bytesgetType()Data type of the argumentinthashCode()lastChange(String lastChange) voidsetLastChange(String lastChange) voidvoidvoidvoidtoJson()Convert an instance of Argument 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:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
Argument
public Argument()
-
-
Method Details
-
lastChange
-
getLastChange
Get lastChange- Returns:
- lastChange
-
setLastChange
-
offset
-
getOffset
Offset of the argument in the function signature- Returns:
- offset
-
setOffset
-
name
-
getName
Name of the argument- Returns:
- name
-
setName
-
type
-
getType
Data type of the argument- Returns:
- type
-
setType
-
size
-
getSize
Size of the argument in bytes- Returns:
- size
-
setSize
-
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 Argument
-
fromJson
Create an instance of Argument given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of Argument
- Throws:
IOException- if the JSON string is invalid with respect to Argument
-
toJson
Convert an instance of Argument to an JSON string- Returns:
- JSON string
-