public class FeaturesResultsMetadata
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Constructor and Description | 
|---|
FeaturesResultsMetadata()  | 
| Modifier and Type | Method and Description | 
|---|---|
List<Author> | 
getAuthors()
Gets the authors. 
 | 
List<Feed> | 
getFeeds()
Gets the feeds. 
 | 
String | 
getImage()
Gets the image. 
 | 
String | 
getPublicationDate()
Gets the publicationDate. 
 | 
String | 
getTitle()
Gets the title. 
 | 
public List<Author> getAuthors()
The authors of the document.
public String getPublicationDate()
The publication date in the format ISO 8601.
public String getTitle()
The title of the document.
public String getImage()
URL of a prominent image on the webpage.
Copyright © 2022 IBM Cloud. All rights reserved.