public class ToneChatScore extends GenericModel
| Constructor and Description |
|---|
ToneChatScore() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Double |
getScore()
Gets the score.
|
java.lang.String |
getToneId()
Gets the toneId.
|
java.lang.String |
getToneName()
Gets the toneName.
|
void |
setScore(java.lang.Double score)
Sets the score.
|
void |
setToneId(java.lang.String toneId)
Sets the toneId.
|
void |
setToneName(java.lang.String toneName)
Sets the toneName.
|
equals, hashCode, toStringpublic java.lang.Double getScore()
public java.lang.String getToneId()
public java.lang.String getToneName()
public void setScore(java.lang.Double score)
score - the new scorepublic void setToneId(java.lang.String toneId)
toneId - the new toneIdpublic void setToneName(java.lang.String toneName)
toneName - the new toneName