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<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 | getTitle()Gets the title. | 
| void | setAuthor(String author)Sets the author. | 
| void | setConcepts(List<Concept> concepts)Sets the concepts. | 
| 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 | setTitle(String title)Sets the title. | 
getLanguage, getUrl, setLanguage, setUrlgetTotalTransactions, setTotalTransactionsequals, hashCode, toStringpublic String getAuthor()
public String getImage()
public List<Keyword> getImageKeywords()
public 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 setCopyright © 2015–2016. All rights reserved.