Package org.hihn.listenbrainz
Class TopReleasesForUserPayloadReleasesInner
java.lang.Object
org.hihn.listenbrainz.TopReleasesForUserPayloadReleasesInner
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.7.0")
public class TopReleasesForUserPayloadReleasesInner
extends Object
TopReleasesForUserPayloadReleasesInner
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddArtistMbidsItem
(UUID artistMbidsItem) artistMbids
(List<UUID> artistMbids) artistName
(String artistName) caaReleaseMbid
(UUID caaReleaseMbid) boolean
Create an instance of TopReleasesForUserPayloadReleasesInner given an JSON stringGet artistMbidsGet artistNameGet artistsgetCaaId()
Get caaIdGet caaReleaseMbidGet listenCountGet releaseMbidGet releaseNameint
hashCode()
listenCount
(Integer listenCount) releaseMbid
(UUID releaseMbid) releaseName
(String releaseName) void
setArtistMbids
(List<UUID> artistMbids) void
setArtistName
(String artistName) void
void
void
setCaaReleaseMbid
(UUID caaReleaseMbid) void
setListenCount
(Integer listenCount) void
setReleaseMbid
(UUID releaseMbid) void
setReleaseName
(String releaseName) toJson()
Convert an instance of TopReleasesForUserPayloadReleasesInner 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_MBIDS
- See Also:
-
SERIALIZED_NAME_ARTIST_NAME
- See Also:
-
SERIALIZED_NAME_ARTISTS
- See Also:
-
SERIALIZED_NAME_CAA_ID
- See Also:
-
SERIALIZED_NAME_CAA_RELEASE_MBID
- See Also:
-
SERIALIZED_NAME_LISTEN_COUNT
- See Also:
-
SERIALIZED_NAME_RELEASE_MBID
- See Also:
-
SERIALIZED_NAME_RELEASE_NAME
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
TopReleasesForUserPayloadReleasesInner
public TopReleasesForUserPayloadReleasesInner()
-
-
Method Details
-
artistMbids
-
addArtistMbidsItem
-
getArtistMbids
Get artistMbids- Returns:
- artistMbids
-
setArtistMbids
-
artistName
-
getArtistName
Get artistName- Returns:
- artistName
-
setArtistName
-
artists
public TopReleasesForUserPayloadReleasesInner artists(List<TopReleasesForUserPayloadReleasesInnerArtistsInner> artists) -
addArtistsItem
public TopReleasesForUserPayloadReleasesInner addArtistsItem(TopReleasesForUserPayloadReleasesInnerArtistsInner artistsItem) -
getArtists
Get artists- Returns:
- artists
-
setArtists
-
caaId
-
getCaaId
Get caaId- Returns:
- caaId
-
setCaaId
-
caaReleaseMbid
-
getCaaReleaseMbid
Get caaReleaseMbid- Returns:
- caaReleaseMbid
-
setCaaReleaseMbid
-
listenCount
-
getListenCount
Get listenCount- Returns:
- listenCount
-
setListenCount
-
releaseMbid
-
getReleaseMbid
Get releaseMbid- Returns:
- releaseMbid
-
setReleaseMbid
-
releaseName
-
getReleaseName
Get releaseName- Returns:
- releaseName
-
setReleaseName
-
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 TopReleasesForUserPayloadReleasesInner
-
fromJson
Create an instance of TopReleasesForUserPayloadReleasesInner given an JSON string- Parameters:
jsonString
- JSON string- Returns:
- An instance of TopReleasesForUserPayloadReleasesInner
- Throws:
IOException
- if the JSON string is invalid with respect to TopReleasesForUserPayloadReleasesInner
-
toJson
Convert an instance of TopReleasesForUserPayloadReleasesInner to an JSON string- Returns:
- JSON string
-