public class CombinedResults extends AlchemyLanguageGenericModel
AlchemyLanguage
service.Constructor and Description |
---|
CombinedResults() |
Modifier and Type | Method and Description |
---|---|
String |
getAuthor()
Gets the author.
|
List<Concept> |
getConcepts()
Gets the concepts.
|
List<Dates.ExtractedDate> |
getDates()
Gets the dates.
|
List<Entity> |
getEntities()
Gets the entities.
|
List<Feed> |
getFeeds()
Gets the feeds.
|
String |
getImage()
Gets the image.
|
List<Keyword> |
getImageKeywords()
Gets the image keywords.
|
List<Keyword> |
getKeywords()
Gets the keywords.
|
PublicationDate |
getPublicationDate()
Gets the publication date.
|
List<SAORelation> |
getRelations()
Gets the relations.
|
Sentiment |
getSentiment()
Gets the sentiment.
|
List<Taxonomy> |
getTaxonomy()
Gets the taxonomy.
|
String |
getText()
Returned if
showSourceText is set to 1. |
String |
getTitle()
Gets the title.
|
void |
setAuthor(String author)
Sets the author.
|
void |
setConcepts(List<Concept> concepts)
Sets the concepts.
|
void |
setDates(List<Dates.ExtractedDate> dates)
Sets the dates.
|
void |
setEntities(List<Entity> entities)
Sets the entities.
|
void |
setFeeds(List<Feed> feeds)
Sets the feeds.
|
void |
setImage(String image)
Sets the image.
|
void |
setImageKeywords(List<Keyword> imageKeywords)
Sets the image keywords.
|
void |
setKeywords(List<Keyword> keywords)
Sets the keywords.
|
void |
setPublicationDate(PublicationDate publicationDate)
Sets the publication date.
|
void |
setRelations(List<SAORelation> relations)
Sets the relations.
|
void |
setSentiment(Sentiment sentiment)
Sets the sentiment.
|
void |
setTaxonomy(List<Taxonomy> taxonomy)
Sets the taxonomy.
|
void |
setText(String text)
Sets the text.
|
void |
setTitle(String title)
Sets the title.
|
getLanguage, getUrl, setLanguage, setUrl
getTotalTransactions, setTotalTransactions
equals, hashCode, toString
public String getAuthor()
public String getImage()
public List<Keyword> getImageKeywords()
public List<Dates.ExtractedDate> getDates()
public void setDates(List<Dates.ExtractedDate> dates)
dates
- the new datespublic PublicationDate getPublicationDate()
public List<SAORelation> getRelations()
public Sentiment getSentiment()
public String getTitle()
public void setAuthor(String author)
author
- the author to setpublic void setConcepts(List<Concept> concepts)
concepts
- the concepts to setpublic void setEntities(List<Entity> entities)
entities
- the entities to setpublic void setFeeds(List<Feed> feeds)
feeds
- the feeds to setpublic void setImage(String image)
image
- the image to setpublic void setImageKeywords(List<Keyword> imageKeywords)
imageKeywords
- the imageKeywords to setpublic void setKeywords(List<Keyword> keywords)
keywords
- the keywords to setpublic void setPublicationDate(PublicationDate publicationDate)
publicationDate
- the publicationDate to setpublic void setRelations(List<SAORelation> relations)
relations
- the relations to setpublic void setSentiment(Sentiment sentiment)
sentiment
- the sentiment to setpublic void setTaxonomy(List<Taxonomy> taxonomy)
taxonomy
- the taxonomy to setpublic void setTitle(String title)
title
- the title to setpublic String getText()
showSourceText
is set to 1.public void setText(String text)
text
- the new textCopyright © 2015–2016 IBM Watson. All rights reserved.