public class HTMLReturn
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
author |
protected java.lang.String |
html |
protected java.lang.String |
numPages |
protected java.lang.String |
publicationDate |
protected java.lang.String |
title |
Constructor and Description |
---|
HTMLReturn() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAuthor()
Gets the author.
|
java.lang.String |
getHtml()
Gets the html.
|
java.lang.String |
getNumPages()
Gets the numPages.
|
java.lang.String |
getPublicationDate()
Gets the publicationDate.
|
java.lang.String |
getTitle()
Gets the title.
|
@SerializedName(value="num_pages") protected java.lang.String numPages
protected java.lang.String author
@SerializedName(value="publication_date") protected java.lang.String publicationDate
protected java.lang.String title
protected java.lang.String html
public java.lang.String getNumPages()
The number of pages in the input document.
public java.lang.String getAuthor()
The author of the input document, if identified.
public java.lang.String getPublicationDate()
The publication date of the input document, if identified.
public java.lang.String getTitle()
The title of the input document, if identified.
public java.lang.String getHtml()
The HTML version of the input document.