Package ai.reveng.model
Class AppApiRestV2AnalysesResponsesTagItem
java.lang.Object
ai.reveng.model.AppApiRestV2AnalysesResponsesTagItem
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class AppApiRestV2AnalysesResponsesTagItem
extends Object
AppApiRestV2AnalysesResponsesTagItem
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncollectionId(Integer collectionId) booleanCreate an instance of AppApiRestV2AnalysesResponsesTagItem given an JSON stringGet collectionIdgetName()Get nameGet origininthashCode()voidsetCollectionId(Integer collectionId) voidvoidtoJson()Convert an instance of AppApiRestV2AnalysesResponsesTagItem 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_NAME
- See Also:
-
SERIALIZED_NAME_ORIGIN
- See Also:
-
SERIALIZED_NAME_COLLECTION_ID
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
AppApiRestV2AnalysesResponsesTagItem
public AppApiRestV2AnalysesResponsesTagItem()
-
-
Method Details
-
name
-
getName
Get name- Returns:
- name
-
setName
-
origin
-
getOrigin
Get origin- Returns:
- origin
-
setOrigin
-
collectionId
-
getCollectionId
Get collectionId- Returns:
- collectionId
-
setCollectionId
-
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 AppApiRestV2AnalysesResponsesTagItem
-
fromJson
Create an instance of AppApiRestV2AnalysesResponsesTagItem given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of AppApiRestV2AnalysesResponsesTagItem
- Throws:
IOException- if the JSON string is invalid with respect to AppApiRestV2AnalysesResponsesTagItem
-
toJson
Convert an instance of AppApiRestV2AnalysesResponsesTagItem to an JSON string- Returns:
- JSON string
-