Package ai.reveng.model
Class SummaryData
java.lang.Object
ai.reveng.model.SummaryData
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class SummaryData
extends Object
SummaryData
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enumTask status -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic SummaryDataCreate an instance of SummaryData given an JSON stringA URL to the JSON Schema for this object.Return the additional (undeclared) property.Return the additional (undeclared) property with the specified name.Summary with code tags removedRaw summary from the modelTask statusinthashCode()putAdditionalProperty(String key, Object value) Set the additional (undeclared) property with the specified name and value.voidsetAiSummary(String aiSummary) voidsetSummary(String summary) voidsetTaskStatus(SummaryData.TaskStatusEnum taskStatus) taskStatus(SummaryData.TaskStatusEnum taskStatus) toJson()Convert an instance of SummaryData 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_$_SCHEMA
- See Also:
-
SERIALIZED_NAME_AI_SUMMARY
- See Also:
-
SERIALIZED_NAME_SUMMARY
- See Also:
-
SERIALIZED_NAME_TASK_STATUS
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
SummaryData
public SummaryData() -
SummaryData
-
-
Method Details
-
get$Schema
A URL to the JSON Schema for this object.- Returns:
- $schema
-
aiSummary
-
getAiSummary
Summary with code tags removed- Returns:
- aiSummary
-
setAiSummary
-
summary
-
getSummary
Raw summary from the model- Returns:
- summary
-
setSummary
-
taskStatus
-
getTaskStatus
Task status- Returns:
- taskStatus
-
setTaskStatus
-
putAdditionalProperty
Set the additional (undeclared) property with the specified name and value. If the property does not already exist, create it otherwise replace it.- Parameters:
key- name of the propertyvalue- value of the property- Returns:
- the SummaryData instance itself
-
getAdditionalProperties
Return the additional (undeclared) property.- Returns:
- a map of objects
-
getAdditionalProperty
Return the additional (undeclared) property with the specified name.- Parameters:
key- name of the property- Returns:
- an object
-
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 SummaryData
-
fromJson
Create an instance of SummaryData given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of SummaryData
- Throws:
IOException- if the JSON string is invalid with respect to SummaryData
-
toJson
Convert an instance of SummaryData to an JSON string- Returns:
- JSON string
-