public class Feed extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static com.fasterxml.jackson.databind.ObjectReader |
READER
Reusable, threadsafe
ObjectReader instance for deserializing iTunes
response into Feed instance. |
Constructor and Description |
---|
Feed() |
Modifier and Type | Method and Description |
---|---|
Author |
getAuthor() |
String |
getCopyright() |
String |
getCountry() |
String |
getIcon() |
String |
getId() |
List<Link> |
getLinks() |
List<Result> |
getResults() |
String |
getTitle() |
String |
getUpdated() |
void |
setAuthor(Author author) |
void |
setCopyright(String copyright) |
void |
setCountry(String country) |
void |
setIcon(String icon) |
void |
setId(String id) |
void |
setResults(List<Result> results) |
void |
setTitle(String title) |
void |
setUpdated(String updated) |
String |
toString() |
public static final com.fasterxml.jackson.databind.ObjectReader READER
ObjectReader
instance for deserializing iTunes
response into Feed
instance.public String getTitle()
public void setTitle(String title)
public String getId()
public void setId(String id)
public Author getAuthor()
public void setAuthor(Author author)
public String getCopyright()
public void setCopyright(String copyright)
public String getCountry()
public void setCountry(String country)
public String getIcon()
public void setIcon(String icon)
public String getUpdated()
public void setUpdated(String updated)
Copyright © 2018. All rights reserved.