public static class DocumentEmotion.Emotion extends GenericModel
AlchemyLanguage.getEmotion(java.util.Map)
.Constructor and Description |
---|
Emotion() |
Modifier and Type | Method and Description |
---|---|
java.lang.Double |
getAnger()
Gets the anger.
|
java.lang.Double |
getDisgust()
Gets the disgust.
|
java.lang.Double |
getFear()
Gets the fear.
|
java.lang.Double |
getJoy()
Gets the joy.
|
java.lang.Double |
getSadness()
Gets the sadness.
|
void |
setAnger(java.lang.Double anger)
Sets the anger.
|
void |
setDisgust(java.lang.Double disgust)
Sets the disgust.
|
void |
setFear(java.lang.Double fear)
Sets the fear.
|
void |
setJoy(java.lang.Double joy)
Sets the joy.
|
void |
setSadness(java.lang.Double sadness)
Sets the sadness.
|
equals, hashCode, toString
public java.lang.Double getAnger()
public java.lang.Double getDisgust()
public java.lang.Double getFear()
public java.lang.Double getJoy()
public java.lang.Double getSadness()
public void setAnger(java.lang.Double anger)
anger
- the new angerpublic void setDisgust(java.lang.Double disgust)
disgust
- the new disgustpublic void setFear(java.lang.Double fear)
fear
- the new fearpublic void setJoy(java.lang.Double joy)
joy
- the new joypublic void setSadness(java.lang.Double sadness)
sadness
- the new sadness