Package org.hihn.listenbrainz
Class SitewideTopArtists
java.lang.Object
org.hihn.listenbrainz.SitewideTopArtists
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.7.0")
public class SitewideTopArtists
extends Object
SitewideTopArtists
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic SitewideTopArtistsCreate an instance of SitewideTopArtists given an JSON stringGet payloadinthashCode()payload(SitewideTopArtistsPayload payload) voidsetPayload(SitewideTopArtistsPayload payload) toJson()Convert an instance of SitewideTopArtists 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_PAYLOAD
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
SitewideTopArtists
public SitewideTopArtists()
-
-
Method Details
-
payload
-
getPayload
Get payload- Returns:
- payload
-
setPayload
-
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 SitewideTopArtists
-
fromJson
Create an instance of SitewideTopArtists given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of SitewideTopArtists
- Throws:
IOException- if the JSON string is invalid with respect to SitewideTopArtists
-
toJson
Convert an instance of SitewideTopArtists to an JSON string- Returns:
- JSON string
-