Modifier and Type | Field and Description |
---|---|
java.lang.String |
subtitle
Subtitle of the current context
|
java.lang.String |
title
Title of the current context
|
java.lang.String |
type
Type of player context
|
java.lang.String |
uri
The Spotify uri representing current player context.
|
Constructor and Description |
---|
PlayerContext() |
PlayerContext(java.lang.String uri,
java.lang.String title,
java.lang.String subtitle,
java.lang.String type) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
java.lang.String |
toString() |
@SerializedName(value="uri") public final java.lang.String uri
@SerializedName(value="title") public final java.lang.String title
@SerializedName(value="subtitle") public final java.lang.String subtitle
@SerializedName(value="type") public final java.lang.String type