public class MetadataResult extends GenericModel
Constructor and Description |
---|
MetadataResult() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Author> |
getAuthors()
Gets the authors.
|
java.util.List<Feed> |
getFeeds()
Gets the feeds.
|
java.lang.String |
getImage()
Gets the image.
|
java.lang.String |
getPublicationDate()
Gets the publicationDate.
|
java.lang.String |
getTitle()
Gets the title.
|
void |
setAuthors(java.util.List<Author> authors)
Sets the authors.
|
void |
setFeeds(java.util.List<Feed> feeds)
Sets the feeds.
|
void |
setImage(java.lang.String image)
Sets the image.
|
void |
setPublicationDate(java.lang.String publicationDate)
Sets the publicationDate.
|
void |
setTitle(java.lang.String title)
Sets the title.
|
equals, hashCode, toString
public java.util.List<Author> getAuthors()
public java.lang.String getPublicationDate()
public java.lang.String getTitle()
public java.lang.String getImage()
public java.util.List<Feed> getFeeds()
public void setAuthors(java.util.List<Author> authors)
authors
- the new authorspublic void setPublicationDate(java.lang.String publicationDate)
publicationDate
- the new publicationDatepublic void setTitle(java.lang.String title)
title
- the new titlepublic void setImage(java.lang.String image)
image
- the new imagepublic void setFeeds(java.util.List<Feed> feeds)
feeds
- the new feeds