Package ai.reveng.model
Class CanonicalName
java.lang.Object
ai.reveng.model.CanonicalName
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class CanonicalName
extends Object
CanonicalName
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncanonicalName(String canonicalName) booleanstatic CanonicalNameCreate an instance of CanonicalName given an JSON stringCanonical form of the name, or the input name itself when it has no canonical form.getName()The input function name.inthashCode()voidsetCanonicalName(String canonicalName) voidtoJson()Convert an instance of CanonicalName 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_CANONICAL_NAME
- See Also:
-
SERIALIZED_NAME_NAME
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
CanonicalName
public CanonicalName()
-
-
Method Details
-
canonicalName
-
getCanonicalName
Canonical form of the name, or the input name itself when it has no canonical form.- Returns:
- canonicalName
-
setCanonicalName
-
name
-
getName
The input function name.- Returns:
- name
-
setName
-
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 CanonicalName
-
fromJson
Create an instance of CanonicalName given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of CanonicalName
- Throws:
IOException- if the JSON string is invalid with respect to CanonicalName
-
toJson
Convert an instance of CanonicalName to an JSON string- Returns:
- JSON string
-