Package org.hihn.listenbrainz
Class ReleaseGroupsInner
java.lang.Object
org.hihn.listenbrainz.ReleaseGroupsInner
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.7.0")
public class ReleaseGroupsInner
extends Object
ReleaseGroupsInner
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddArtistMbidsItem
(UUID artistMbidsItem) addArtistsItem
(ReleaseGroupsInnerArtistsInner artistsItem) artistMbids
(List<UUID> artistMbids) artistName
(String artistName) artists
(List<ReleaseGroupsInnerArtistsInner> artists) caaReleaseMbid
(UUID caaReleaseMbid) boolean
static ReleaseGroupsInner
Create an instance of ReleaseGroupsInner given an JSON stringGet artistMbidsGet artistNameGet artistsgetCaaId()
Get caaIdGet caaReleaseMbidGet listenCountGet releaseGroupMbidGet releaseGroupNameint
hashCode()
listenCount
(Integer listenCount) releaseGroupMbid
(UUID releaseGroupMbid) releaseGroupName
(String releaseGroupName) void
setArtistMbids
(List<UUID> artistMbids) void
setArtistName
(String artistName) void
setArtists
(List<ReleaseGroupsInnerArtistsInner> artists) void
void
setCaaReleaseMbid
(UUID caaReleaseMbid) void
setListenCount
(Integer listenCount) void
setReleaseGroupMbid
(UUID releaseGroupMbid) void
setReleaseGroupName
(String releaseGroupName) toJson()
Convert an instance of ReleaseGroupsInner 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_ARTISTS
- See Also:
-
SERIALIZED_NAME_ARTIST_MBIDS
- See Also:
-
SERIALIZED_NAME_ARTIST_NAME
- See Also:
-
SERIALIZED_NAME_CAA_ID
- See Also:
-
SERIALIZED_NAME_CAA_RELEASE_MBID
- See Also:
-
SERIALIZED_NAME_LISTEN_COUNT
- See Also:
-
SERIALIZED_NAME_RELEASE_GROUP_MBID
- See Also:
-
SERIALIZED_NAME_RELEASE_GROUP_NAME
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
ReleaseGroupsInner
public ReleaseGroupsInner()
-
-
Method Details
-
artists
-
addArtistsItem
-
getArtists
Get artists- Returns:
- artists
-
setArtists
-
artistMbids
-
addArtistMbidsItem
-
getArtistMbids
Get artistMbids- Returns:
- artistMbids
-
setArtistMbids
-
artistName
-
getArtistName
Get artistName- Returns:
- artistName
-
setArtistName
-
caaId
-
getCaaId
Get caaId- Returns:
- caaId
-
setCaaId
-
caaReleaseMbid
-
getCaaReleaseMbid
Get caaReleaseMbid- Returns:
- caaReleaseMbid
-
setCaaReleaseMbid
-
listenCount
-
getListenCount
Get listenCount- Returns:
- listenCount
-
setListenCount
-
releaseGroupMbid
-
getReleaseGroupMbid
Get releaseGroupMbid- Returns:
- releaseGroupMbid
-
setReleaseGroupMbid
-
releaseGroupName
-
getReleaseGroupName
Get releaseGroupName- Returns:
- releaseGroupName
-
setReleaseGroupName
-
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 ReleaseGroupsInner
-
fromJson
Create an instance of ReleaseGroupsInner given an JSON string- Parameters:
jsonString
- JSON string- Returns:
- An instance of ReleaseGroupsInner
- Throws:
IOException
- if the JSON string is invalid with respect to ReleaseGroupsInner
-
toJson
Convert an instance of ReleaseGroupsInner to an JSON string- Returns:
- JSON string
-