Class Genre
- java.lang.Object
-
- be.ceau.itunesapi.response.genreidsappendix.Genre
-
- All Implemented Interfaces:
Serializable
public class Genre extends Object implements Serializable
Single entry in an iTunesGenreIdsResponse.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Genre()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,String>getChartUrls()StringgetId()StringgetName()Map<String,String>getRssUrls()Map<Integer,Genre>getSubgenres()StringgetUrl()voidsetChartUrls(Map<String,String> chartUrls)voidsetId(String id)voidsetName(String name)voidsetRssUrls(Map<String,String> rssUrls)voidsetSubgenres(Map<Integer,Genre> subgenres)voidsetUrl(String url)
-