public class Genre extends Object implements Serializable
GenreIdsResponse.| Constructor and Description |
|---|
Genre() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getChartUrls() |
String |
getId() |
String |
getName() |
Map<String,String> |
getRssUrls() |
Map<Integer,Genre> |
getSubgenres() |
String |
getUrl() |
void |
setChartUrls(Map<String,String> chartUrls) |
void |
setId(String id) |
void |
setName(String name) |
void |
setRssUrls(Map<String,String> rssUrls) |
void |
setSubgenres(Map<Integer,Genre> subgenres) |
void |
setUrl(String url) |
Copyright © 2017. All rights reserved.