public class Sentiment extends GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
Sentiment.SentimentType
Sentiment type enumeration.
|
Constructor and Description |
---|
Sentiment() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMixed()
Gets the mixed.
|
java.lang.Double |
getScore()
Gets the score.
|
Sentiment.SentimentType |
getType()
Gets the type.
|
void |
setMixed(java.lang.String mixed)
Sets the mixed.
|
void |
setScore(java.lang.Double score)
Sets the score.
|
void |
setType(Sentiment.SentimentType type)
Sets the type.
|
equals, hashCode, toString
public java.lang.String getMixed()
public java.lang.Double getScore()
public Sentiment.SentimentType getType()
public void setMixed(java.lang.String mixed)
mixed
- the mixed to setpublic void setScore(java.lang.Double score)
score
- the new scorepublic void setType(Sentiment.SentimentType type)
type
- The type