Package ai.reveng.model
Class BatchUpdateDataTypesOutputBody
java.lang.Object
ai.reveng.model.BatchUpdateDataTypesOutputBody
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class BatchUpdateDataTypesOutputBody
extends Object
BatchUpdateDataTypesOutputBody
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddResultsItem(BatchUpdateDataTypesResult resultsItem) booleanCreate an instance of BatchUpdateDataTypesOutputBody given an JSON stringPer-function outcomes in the same order as the inputinthashCode()results(List<BatchUpdateDataTypesResult> results) voidsetResults(List<BatchUpdateDataTypesResult> results) toJson()Convert an instance of BatchUpdateDataTypesOutputBody 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_RESULTS
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
BatchUpdateDataTypesOutputBody
public BatchUpdateDataTypesOutputBody()
-
-
Method Details
-
results
-
addResultsItem
-
getResults
Per-function outcomes in the same order as the input- Returns:
- results
-
setResults
-
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 BatchUpdateDataTypesOutputBody
-
fromJson
Create an instance of BatchUpdateDataTypesOutputBody given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of BatchUpdateDataTypesOutputBody
- Throws:
IOException- if the JSON string is invalid with respect to BatchUpdateDataTypesOutputBody
-
toJson
Convert an instance of BatchUpdateDataTypesOutputBody to an JSON string- Returns:
- JSON string
-