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) booleanstatic ReleaseGroupsInnerCreate an instance of ReleaseGroupsInner given an JSON stringGet artistMbidsGet artistNameGet artistsgetCaaId()Get caaIdGet caaReleaseMbidGet listenCountGet releaseGroupMbidGet releaseGroupNameinthashCode()listenCount(Integer listenCount) releaseGroupMbid(UUID releaseGroupMbid) releaseGroupName(String releaseGroupName) voidsetArtistMbids(List<UUID> artistMbids) voidsetArtistName(String artistName) voidsetArtists(List<ReleaseGroupsInnerArtistsInner> artists) voidvoidsetCaaReleaseMbid(UUID caaReleaseMbid) voidsetListenCount(Integer listenCount) voidsetReleaseGroupMbid(UUID releaseGroupMbid) voidsetReleaseGroupName(String releaseGroupName) toJson()Convert an instance of ReleaseGroupsInner 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_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
-