Package ai.reveng.model
Class CanonicalizeNamesInputBody
java.lang.Object
ai.reveng.model.CanonicalizeNamesInputBody
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class CanonicalizeNamesInputBody
extends Object
CanonicalizeNamesInputBody
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddNamesItem(String namesItem) booleanstatic CanonicalizeNamesInputBodyCreate an instance of CanonicalizeNamesInputBody given an JSON stringgetNames()Function names to canonicalize.inthashCode()voidtoJson()Convert an instance of CanonicalizeNamesInputBody 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_NAMES
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
CanonicalizeNamesInputBody
public CanonicalizeNamesInputBody()
-
-
Method Details
-
names
-
addNamesItem
-
getNames
Function names to canonicalize.- Returns:
- names
-
setNames
-
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 CanonicalizeNamesInputBody
-
fromJson
Create an instance of CanonicalizeNamesInputBody given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of CanonicalizeNamesInputBody
- Throws:
IOException- if the JSON string is invalid with respect to CanonicalizeNamesInputBody
-
toJson
Convert an instance of CanonicalizeNamesInputBody to an JSON string- Returns:
- JSON string
-