Package org.hihn.listenbrainz
Class TopReleaseGroupsForArtistInnerReleaseGroup
java.lang.Object
org.hihn.listenbrainz.TopReleaseGroupsForArtistInnerReleaseGroup
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.7.0")
public class TopReleaseGroupsForArtistInnerReleaseGroup
extends Object
TopReleaseGroupsForArtistInnerReleaseGroup
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddRelsItem
(Rels relsItem) caaReleaseMbid
(UUID caaReleaseMbid) boolean
Create an instance of TopReleaseGroupsForArtistInnerReleaseGroup given an JSON stringgetCaaId()
Get caaIdGet caaReleaseMbidgetDate()
Get dategetName()
Get namegetRels()
Get relsgetType()
Get typeint
hashCode()
void
void
setCaaReleaseMbid
(UUID caaReleaseMbid) void
void
void
void
toJson()
Convert an instance of TopReleaseGroupsForArtistInnerReleaseGroup to an JSON stringtoString()
static void
validateJsonElement
(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_CAA_ID
- See Also:
-
SERIALIZED_NAME_CAA_RELEASE_MBID
- See Also:
-
SERIALIZED_NAME_DATE
- See Also:
-
SERIALIZED_NAME_NAME
- See Also:
-
SERIALIZED_NAME_TYPE
- See Also:
-
SERIALIZED_NAME_RELS
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
TopReleaseGroupsForArtistInnerReleaseGroup
public TopReleaseGroupsForArtistInnerReleaseGroup()
-
-
Method Details
-
caaId
-
getCaaId
Get caaId- Returns:
- caaId
-
setCaaId
-
caaReleaseMbid
-
getCaaReleaseMbid
Get caaReleaseMbid- Returns:
- caaReleaseMbid
-
setCaaReleaseMbid
-
date
-
getDate
Get date- Returns:
- date
-
setDate
-
name
-
getName
Get name- Returns:
- name
-
setName
-
type
-
getType
Get type- Returns:
- type
-
setType
-
rels
-
addRelsItem
-
getRels
Get rels- Returns:
- rels
-
setRels
-
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 TopReleaseGroupsForArtistInnerReleaseGroup
-
fromJson
public static TopReleaseGroupsForArtistInnerReleaseGroup fromJson(String jsonString) throws IOException Create an instance of TopReleaseGroupsForArtistInnerReleaseGroup given an JSON string- Parameters:
jsonString
- JSON string- Returns:
- An instance of TopReleaseGroupsForArtistInnerReleaseGroup
- Throws:
IOException
- if the JSON string is invalid with respect to TopReleaseGroupsForArtistInnerReleaseGroup
-
toJson
Convert an instance of TopReleaseGroupsForArtistInnerReleaseGroup to an JSON string- Returns:
- JSON string
-