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. 
 | 
equals, hashCode, toStringpublic 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()