Package ai.reveng.model
Class TagSearchResult
java.lang.Object
ai.reveng.model.TagSearchResult
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class TagSearchResult
extends Object
TagSearchResult
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic TagSearchResultCreate an instance of TagSearchResult given an JSON stringgetTag()The name of the taggetTagId()The ID of the taginthashCode()voidvoidtoJson()Convert an instance of TagSearchResult 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_ID
- See Also:
-
SERIALIZED_NAME_TAG
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
TagSearchResult
public TagSearchResult()
-
-
Method Details
-
tagId
-
getTagId
The ID of the tag- Returns:
- tagId
-
setTagId
-
tag
-
getTag
The name of the tag- Returns:
- tag
-
setTag
-
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 TagSearchResult
-
fromJson
Create an instance of TagSearchResult given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of TagSearchResult
- Throws:
IOException- if the JSON string is invalid with respect to TagSearchResult
-
toJson
Convert an instance of TagSearchResult to an JSON string- Returns:
- JSON string
-