Package org.hihn.listenbrainz
Class YearInMusicForUserPayloadDataNewReleasesOfTopArtistsInner
java.lang.Object
org.hihn.listenbrainz.YearInMusicForUserPayloadDataNewReleasesOfTopArtistsInner
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.7.0")
public class YearInMusicForUserPayloadDataNewReleasesOfTopArtistsInner
extends Object
YearInMusicForUserPayloadDataNewReleasesOfTopArtistsInner
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddArtistCreditMbidsItem
(UUID artistCreditMbidsItem) artistCreditMbids
(List<UUID> artistCreditMbids) artistCreditName
(String artistCreditName) caaReleaseMbid
(UUID caaReleaseMbid) boolean
Create an instance of YearInMusicForUserPayloadDataNewReleasesOfTopArtistsInner given an JSON stringGet artistCreditMbidsGet artistCreditNameGet artistsgetCaaId()
Get caaIdGet caaReleaseMbidGet releaseGroupMbidgetTitle()
Get titleint
hashCode()
releaseGroupMbid
(UUID releaseGroupMbid) void
setArtistCreditMbids
(List<UUID> artistCreditMbids) void
setArtistCreditName
(String artistCreditName) void
void
void
setCaaReleaseMbid
(UUID caaReleaseMbid) void
setReleaseGroupMbid
(UUID releaseGroupMbid) void
toJson()
Convert an instance of YearInMusicForUserPayloadDataNewReleasesOfTopArtistsInner 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_ARTIST_CREDIT_MBIDS
- See Also:
-
SERIALIZED_NAME_ARTIST_CREDIT_NAME
- See Also:
-
SERIALIZED_NAME_ARTISTS
- See Also:
-
SERIALIZED_NAME_CAA_ID
- See Also:
-
SERIALIZED_NAME_CAA_RELEASE_MBID
- See Also:
-
SERIALIZED_NAME_RELEASE_GROUP_MBID
- See Also:
-
SERIALIZED_NAME_TITLE
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
YearInMusicForUserPayloadDataNewReleasesOfTopArtistsInner
public YearInMusicForUserPayloadDataNewReleasesOfTopArtistsInner()
-
-
Method Details
-
artistCreditMbids
public YearInMusicForUserPayloadDataNewReleasesOfTopArtistsInner artistCreditMbids(List<UUID> artistCreditMbids) -
addArtistCreditMbidsItem
public YearInMusicForUserPayloadDataNewReleasesOfTopArtistsInner addArtistCreditMbidsItem(UUID artistCreditMbidsItem) -
getArtistCreditMbids
Get artistCreditMbids- Returns:
- artistCreditMbids
-
setArtistCreditMbids
-
artistCreditName
public YearInMusicForUserPayloadDataNewReleasesOfTopArtistsInner artistCreditName(String artistCreditName) -
getArtistCreditName
Get artistCreditName- Returns:
- artistCreditName
-
setArtistCreditName
-
artists
-
addArtistsItem
public YearInMusicForUserPayloadDataNewReleasesOfTopArtistsInner addArtistsItem(TopReleasesForUserPayloadReleasesInnerArtistsInner artistsItem) -
getArtists
Get artists- Returns:
- artists
-
setArtists
-
caaId
-
getCaaId
Get caaId- Returns:
- caaId
-
setCaaId
-
caaReleaseMbid
public YearInMusicForUserPayloadDataNewReleasesOfTopArtistsInner caaReleaseMbid(UUID caaReleaseMbid) -
getCaaReleaseMbid
Get caaReleaseMbid- Returns:
- caaReleaseMbid
-
setCaaReleaseMbid
-
releaseGroupMbid
public YearInMusicForUserPayloadDataNewReleasesOfTopArtistsInner releaseGroupMbid(UUID releaseGroupMbid) -
getReleaseGroupMbid
Get releaseGroupMbid- Returns:
- releaseGroupMbid
-
setReleaseGroupMbid
-
title
-
getTitle
Get title- Returns:
- title
-
setTitle
-
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 YearInMusicForUserPayloadDataNewReleasesOfTopArtistsInner
-
fromJson
public static YearInMusicForUserPayloadDataNewReleasesOfTopArtistsInner fromJson(String jsonString) throws IOException Create an instance of YearInMusicForUserPayloadDataNewReleasesOfTopArtistsInner given an JSON string- Parameters:
jsonString
- JSON string- Returns:
- An instance of YearInMusicForUserPayloadDataNewReleasesOfTopArtistsInner
- Throws:
IOException
- if the JSON string is invalid with respect to YearInMusicForUserPayloadDataNewReleasesOfTopArtistsInner
-
toJson
Convert an instance of YearInMusicForUserPayloadDataNewReleasesOfTopArtistsInner to an JSON string- Returns:
- JSON string
-