Modifier and Type | Field and Description |
---|---|
List<ArtistSimple> |
artists |
List<String> |
available_markets |
static android.os.Parcelable.Creator<TrackSimple> |
CREATOR |
int |
disc_number |
long |
duration_ms |
Boolean |
explicit |
Map<String,String> |
external_urls |
String |
href |
String |
id |
Boolean |
is_playable |
LinkedTrack |
linked_from |
String |
name |
String |
preview_url |
int |
track_number |
String |
type |
String |
uri |
Modifier | Constructor and Description |
---|---|
|
TrackSimple() |
protected |
TrackSimple(android.os.Parcel in) |
public List<ArtistSimple> artists
public Boolean is_playable
public LinkedTrack linked_from
public int disc_number
public long duration_ms
public Boolean explicit
public String href
public String id
public String name
public String preview_url
public int track_number
public String type
public String uri
public static final android.os.Parcelable.Creator<TrackSimple> CREATOR