public class Entity extends AlchemyGenericModel
Constructor and Description |
---|
Entity() |
Modifier and Type | Method and Description |
---|---|
int |
getCount()
Gets the count.
|
DisambiguatedLinks |
getDisambiguated()
Gets the disambiguated.
|
DocumentEmotion |
getEmotions()
Gets the emotions.
|
KnowledgeGraph |
getKnowledgeGraph()
Gets the knowledge graph.
|
java.util.List<Quotation> |
getQuotations()
Gets the quotations.
|
java.lang.Double |
getRelevance()
Gets the relevance.
|
Sentiment |
getSentiment()
Gets the sentiment.
|
java.lang.String |
getText()
Gets the text.
|
java.lang.String |
getType()
Gets the type.
|
void |
setCount(int count)
Sets the count.
|
void |
setDisambiguated(DisambiguatedLinks disambiguated)
Sets the disambiguated.
|
void |
setEmotions(DocumentEmotion emotions)
Sets the emotions.
|
void |
setKnowledgeGraph(KnowledgeGraph knowledgeGraph)
Sets the knowledge graph.
|
void |
setQuotations(java.util.List<Quotation> quotations)
Sets the quotations.
|
void |
setRelevance(java.lang.Double relevance)
Sets the relevance.
|
void |
setSentiment(Sentiment sentiment)
Sets the sentiment.
|
void |
setText(java.lang.String text)
Sets the text.
|
void |
setType(java.lang.String type)
Sets the type.
|
getTotalTransactions, setTotalTransactions
equals, hashCode, toString
public int getCount()
public DisambiguatedLinks getDisambiguated()
public KnowledgeGraph getKnowledgeGraph()
public java.util.List<Quotation> getQuotations()
public java.lang.Double getRelevance()
public Sentiment getSentiment()
public java.lang.String getText()
public java.lang.String getType()
public DocumentEmotion getEmotions()
public void setCount(int count)
count
- The countpublic void setDisambiguated(DisambiguatedLinks disambiguated)
disambiguated
- The disambiguatedpublic void setKnowledgeGraph(KnowledgeGraph knowledgeGraph)
knowledgeGraph
- The knowledgeGraphpublic void setQuotations(java.util.List<Quotation> quotations)
quotations
- The quotationspublic void setRelevance(java.lang.Double relevance)
relevance
- The relevancepublic void setSentiment(Sentiment sentiment)
sentiment
- The sentimentpublic void setText(java.lang.String text)
text
- The textpublic void setType(java.lang.String type)
type
- The typepublic void setEmotions(DocumentEmotion emotions)
emotions
- The emotions