Package org.hihn.listenbrainz
Class ReleaseGroupsInnerArtistsInner
java.lang.Object
org.hihn.listenbrainz.ReleaseGroupsInnerArtistsInner
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.7.0")
public class ReleaseGroupsInnerArtistsInner
extends Object
ReleaseGroupsInnerArtistsInner
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionartistCreditName
(String artistCreditName) artistMbid
(UUID artistMbid) artistName
(String artistName) boolean
Create an instance of ReleaseGroupsInnerArtistsInner given an JSON stringGet artistCreditNameGet artistMbidGet artistNameGet joinPhraseGet listenCountint
hashCode()
joinPhrase
(String joinPhrase) listenCount
(Integer listenCount) void
setArtistCreditName
(String artistCreditName) void
setArtistMbid
(UUID artistMbid) void
setArtistName
(String artistName) void
setJoinPhrase
(String joinPhrase) void
setListenCount
(Integer listenCount) toJson()
Convert an instance of ReleaseGroupsInnerArtistsInner 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_MBID
- See Also:
-
SERIALIZED_NAME_ARTIST_NAME
- See Also:
-
SERIALIZED_NAME_ARTIST_CREDIT_NAME
- See Also:
-
SERIALIZED_NAME_LISTEN_COUNT
- See Also:
-
SERIALIZED_NAME_JOIN_PHRASE
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
ReleaseGroupsInnerArtistsInner
public ReleaseGroupsInnerArtistsInner()
-
-
Method Details
-
artistMbid
-
getArtistMbid
Get artistMbid- Returns:
- artistMbid
-
setArtistMbid
-
artistName
-
getArtistName
Get artistName- Returns:
- artistName
-
setArtistName
-
artistCreditName
-
getArtistCreditName
Get artistCreditName- Returns:
- artistCreditName
-
setArtistCreditName
-
listenCount
-
getListenCount
Get listenCount- Returns:
- listenCount
-
setListenCount
-
joinPhrase
-
getJoinPhrase
Get joinPhrase- Returns:
- joinPhrase
-
setJoinPhrase
-
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 ReleaseGroupsInnerArtistsInner
-
fromJson
Create an instance of ReleaseGroupsInnerArtistsInner given an JSON string- Parameters:
jsonString
- JSON string- Returns:
- An instance of ReleaseGroupsInnerArtistsInner
- Throws:
IOException
- if the JSON string is invalid with respect to ReleaseGroupsInnerArtistsInner
-
toJson
Convert an instance of ReleaseGroupsInnerArtistsInner to an JSON string- Returns:
- JSON string
-