Package ai.reveng.model
Class AnalysisStringItem
java.lang.Object
ai.reveng.model.AnalysisStringItem
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class AnalysisStringItem
extends Object
AnalysisStringItem
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddFunctionsItem(AnalysisStringFunction functionsItem) booleanstatic AnalysisStringItemCreate an instance of AnalysisStringItem given an JSON stringfunctions(List<AnalysisStringFunction> functions) Get functionsGet sourcegetValue()Get valueinthashCode()voidsetFunctions(List<AnalysisStringFunction> functions) voidvoidtoJson()Convert an instance of AnalysisStringItem 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_FUNCTIONS
- See Also:
-
SERIALIZED_NAME_SOURCE
- See Also:
-
SERIALIZED_NAME_VALUE
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
AnalysisStringItem
public AnalysisStringItem()
-
-
Method Details
-
functions
-
addFunctionsItem
-
getFunctions
Get functions- Returns:
- functions
-
setFunctions
-
source
-
getSource
Get source- Returns:
- source
-
setSource
-
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 AnalysisStringItem
-
fromJson
Create an instance of AnalysisStringItem given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of AnalysisStringItem
- Throws:
IOException- if the JSON string is invalid with respect to AnalysisStringItem
-
toJson
Convert an instance of AnalysisStringItem to an JSON string- Returns:
- JSON string
-