public class AnalysisResultsMetadata
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Field and Description |
---|---|
protected java.util.List<Author> |
authors |
protected java.util.List<Feed> |
feeds |
protected java.lang.String |
image |
protected java.lang.String |
publicationDate |
protected java.lang.String |
title |
Constructor and Description |
---|
AnalysisResultsMetadata() |
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.
|
protected java.util.List<Author> authors
@SerializedName(value="publication_date") protected java.lang.String publicationDate
protected java.lang.String title
protected java.lang.String image
protected java.util.List<Feed> feeds
public java.util.List<Author> getAuthors()
The authors of the document.
public java.lang.String getPublicationDate()
The publication date in the format ISO 8601.
public java.lang.String getTitle()
The title of the document.
public java.lang.String getImage()
URL of a prominent image on the webpage.
public java.util.List<Feed> getFeeds()
RSS/ATOM feeds found on the webpage.