Class Genre
- java.lang.Object
-
- be.ceau.itunesapi.response.feedgenerator.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 StringgetGenreId()StringgetName()StringgetUrl()voidsetGenreId(String genreId)voidsetName(String name)voidsetUrl(String url)StringtoString()
-