Class Feed
- java.lang.Object
-
- be.ceau.itunesapi.response.feedgenerator.Feed
-
- All Implemented Interfaces:
Serializable
public class Feed extends Object implements Serializable
iTunes Feed Generator response- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Feed()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthorgetAuthor()StringgetCopyright()StringgetCountry()StringgetIcon()StringgetId()List<Link>getLinks()List<Result>getResults()StringgetTitle()StringgetUpdated()voidsetAuthor(Author author)voidsetCopyright(String copyright)voidsetCountry(String country)voidsetIcon(String icon)voidsetId(String id)voidsetResults(List<Result> results)voidsetTitle(String title)voidsetUpdated(String updated)StringtoString()
-
-
-
Field Detail
-
READER
public static final com.fasterxml.jackson.databind.ObjectReader READER
Reusable, threadsafeObjectReaderinstance for deserializing iTunes response intoFeedinstance.
-
-
Method Detail
-
getTitle
public String getTitle()
-
setTitle
public void setTitle(String title)
-
getId
public String getId()
-
setId
public void setId(String id)
-
getAuthor
public Author getAuthor()
-
setAuthor
public void setAuthor(Author author)
-
getCopyright
public String getCopyright()
-
setCopyright
public void setCopyright(String copyright)
-
getCountry
public String getCountry()
-
setCountry
public void setCountry(String country)
-
getIcon
public String getIcon()
-
setIcon
public void setIcon(String icon)
-
getUpdated
public String getUpdated()
-
setUpdated
public void setUpdated(String updated)
-
-