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