Package ai.reveng.model
Class AppServicesBinaryAnnSchemaTagItem
java.lang.Object
ai.reveng.model.AppServicesBinaryAnnSchemaTagItem
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class AppServicesBinaryAnnSchemaTagItem
extends Object
AppServicesBinaryAnnSchemaTagItem
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanCreate an instance of AppServicesBinaryAnnSchemaTagItem given an JSON stringGet origingetTag()Get taginthashCode()voidvoidtoJson()Convert an instance of AppServicesBinaryAnnSchemaTagItem 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_TAG
- See Also:
-
SERIALIZED_NAME_ORIGIN
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
AppServicesBinaryAnnSchemaTagItem
public AppServicesBinaryAnnSchemaTagItem()
-
-
Method Details
-
tag
-
getTag
Get tag- Returns:
- tag
-
setTag
-
origin
-
getOrigin
Get origin- Returns:
- origin
-
setOrigin
-
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 AppServicesBinaryAnnSchemaTagItem
-
fromJson
Create an instance of AppServicesBinaryAnnSchemaTagItem given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of AppServicesBinaryAnnSchemaTagItem
- Throws:
IOException- if the JSON string is invalid with respect to AppServicesBinaryAnnSchemaTagItem
-
toJson
Convert an instance of AppServicesBinaryAnnSchemaTagItem to an JSON string- Returns:
- JSON string
-