Package org.hihn.listenbrainz
Class TopReleaseGroupsForArtistInnerArtist
java.lang.Object
org.hihn.listenbrainz.TopReleaseGroupsForArtistInnerArtist
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.7.0")
public class TopReleaseGroupsForArtistInnerArtist
extends Object
TopReleaseGroupsForArtistInnerArtist
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddArtistsItem
(MusicBrainzArtist artistsItem) artistCreditId
(Integer artistCreditId) artists
(List<MusicBrainzArtist> artists) boolean
Create an instance of TopReleaseGroupsForArtistInnerArtist given an JSON stringGet artistCreditIdGet artistsgetName()
Get nameint
hashCode()
void
setArtistCreditId
(Integer artistCreditId) void
setArtists
(List<MusicBrainzArtist> artists) void
toJson()
Convert an instance of TopReleaseGroupsForArtistInnerArtist 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_ID
- See Also:
-
SERIALIZED_NAME_ARTISTS
- See Also:
-
SERIALIZED_NAME_NAME
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
TopReleaseGroupsForArtistInnerArtist
public TopReleaseGroupsForArtistInnerArtist()
-
-
Method Details
-
artistCreditId
-
getArtistCreditId
Get artistCreditId- Returns:
- artistCreditId
-
setArtistCreditId
-
artists
-
addArtistsItem
-
getArtists
Get artists- Returns:
- artists
-
setArtists
-
name
-
getName
Get name- Returns:
- name
-
setName
-
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 TopReleaseGroupsForArtistInnerArtist
-
fromJson
Create an instance of TopReleaseGroupsForArtistInnerArtist given an JSON string- Parameters:
jsonString
- JSON string- Returns:
- An instance of TopReleaseGroupsForArtistInnerArtist
- Throws:
IOException
- if the JSON string is invalid with respect to TopReleaseGroupsForArtistInnerArtist
-
toJson
Convert an instance of TopReleaseGroupsForArtistInnerArtist to an JSON string- Returns:
- JSON string
-