Package ai.reveng.model
Class FunctionStringItem
java.lang.Object
ai.reveng.model.FunctionStringItem
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class FunctionStringItem
extends Object
FunctionStringItem
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic FunctionStringItemCreate an instance of FunctionStringItem given an JSON stringGet sourcegetVaddr()Get vaddrgetValue()Get valueinthashCode()voidvoidvoidtoJson()Convert an instance of FunctionStringItem 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_SOURCE
- See Also:
-
SERIALIZED_NAME_VADDR
- See Also:
-
SERIALIZED_NAME_VALUE
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
FunctionStringItem
public FunctionStringItem()
-
-
Method Details
-
source
-
getSource
Get source- Returns:
- source
-
setSource
-
vaddr
-
getVaddr
Get vaddr- Returns:
- vaddr
-
setVaddr
-
value
-
getValue
Get value- Returns:
- value
-
setValue
-
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 FunctionStringItem
-
fromJson
Create an instance of FunctionStringItem given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of FunctionStringItem
- Throws:
IOException- if the JSON string is invalid with respect to FunctionStringItem
-
toJson
Convert an instance of FunctionStringItem to an JSON string- Returns:
- JSON string
-