Package ai.reveng.model
Class ListExampleAnalysesOutputBody
java.lang.Object
ai.reveng.model.ListExampleAnalysesOutputBody
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class ListExampleAnalysesOutputBody
extends Object
ListExampleAnalysesOutputBody
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAnalysesItem(Example analysesItem) booleanCreate an instance of ListExampleAnalysesOutputBody given an JSON stringList of example analysesinthashCode()voidsetAnalyses(List<Example> analyses) toJson()Convert an instance of ListExampleAnalysesOutputBody 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_ANALYSES
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
ListExampleAnalysesOutputBody
public ListExampleAnalysesOutputBody()
-
-
Method Details
-
analyses
-
addAnalysesItem
-
getAnalyses
List of example analyses- Returns:
- analyses
-
setAnalyses
-
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 ListExampleAnalysesOutputBody
-
fromJson
Create an instance of ListExampleAnalysesOutputBody given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of ListExampleAnalysesOutputBody
- Throws:
IOException- if the JSON string is invalid with respect to ListExampleAnalysesOutputBody
-
toJson
Convert an instance of ListExampleAnalysesOutputBody to an JSON string- Returns:
- JSON string
-