public static class Article.EnrichedTitle extends GenericModel
AlchemyDataNews.getNewsDocuments(java.util.Map)
.Constructor and Description |
---|
EnrichedTitle() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Concept> |
getConcepts()
Gets the concepts.
|
java.util.List<Entity> |
getEntities()
Gets the entities.
|
java.util.List<Keyword> |
getKeywords()
Gets the keywords.
|
java.util.List<SAORelation> |
getRelations()
Gets the relations.
|
Sentiment |
getSentiment()
Gets the sentiment.
|
java.util.List<Taxonomy> |
getTaxonomy()
Gets the taxonomy.
|
void |
setConcepts(java.util.List<Concept> concepts)
Sets the concepts.
|
void |
setEntities(java.util.List<Entity> entities)
Sets the entities.
|
void |
setKeywords(java.util.List<Keyword> keywords)
Sets the keywords.
|
void |
setRelations(java.util.List<SAORelation> relations)
Sets the relations.
|
void |
setSentiment(Sentiment sentiment)
Sets the sentiment.
|
void |
setTaxonomy(java.util.List<Taxonomy> taxonomy)
Sets the taxonomy.
|
equals, hashCode, toString
public java.util.List<Concept> getConcepts()
public java.util.List<Entity> getEntities()
public java.util.List<Keyword> getKeywords()
public java.util.List<SAORelation> getRelations()
public Sentiment getSentiment()
public java.util.List<Taxonomy> getTaxonomy()
public void setConcepts(java.util.List<Concept> concepts)
concepts
- the new conceptspublic void setEntities(java.util.List<Entity> entities)
entities
- the new entitiespublic void setKeywords(java.util.List<Keyword> keywords)
keywords
- the new keywordspublic void setRelations(java.util.List<SAORelation> relations)
relations
- the new relationspublic void setSentiment(Sentiment sentiment)
sentiment
- the new sentimentpublic void setTaxonomy(java.util.List<Taxonomy> taxonomy)
taxonomy
- the new taxonomy