Package ai.reveng.model
Class CanonicalizeNamesOutputBody
java.lang.Object
ai.reveng.model.CanonicalizeNamesOutputBody
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class CanonicalizeNamesOutputBody
extends Object
CanonicalizeNamesOutputBody
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddResultsItem(CanonicalName resultsItem) booleanstatic CanonicalizeNamesOutputBodyCreate an instance of CanonicalizeNamesOutputBody given an JSON stringCanonicalized names in the same order as the input.inthashCode()results(List<CanonicalName> results) voidsetResults(List<CanonicalName> results) toJson()Convert an instance of CanonicalizeNamesOutputBody 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
-
CanonicalizeNamesOutputBody
public CanonicalizeNamesOutputBody()
-
-
Method Details
-
results
-
addResultsItem
-
getResults
Canonicalized names 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 CanonicalizeNamesOutputBody
-
fromJson
Create an instance of CanonicalizeNamesOutputBody given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of CanonicalizeNamesOutputBody
- Throws:
IOException- if the JSON string is invalid with respect to CanonicalizeNamesOutputBody
-
toJson
Convert an instance of CanonicalizeNamesOutputBody to an JSON string- Returns:
- JSON string
-