public class UtteranceAnalyses extends GenericModel
Constructor and Description |
---|
UtteranceAnalyses() |
Modifier and Type | Method and Description |
---|---|
java.util.List<UtteranceAnalysis> |
getUtterancesTone()
Gets the utterancesTone.
|
java.lang.String |
getWarning()
Gets the warning.
|
void |
setUtterancesTone(java.util.List<UtteranceAnalysis> utterancesTone)
Sets the utterancesTone.
|
void |
setWarning(java.lang.String warning)
Sets the warning.
|
equals, hashCode, toString
public java.util.List<UtteranceAnalysis> getUtterancesTone()
public java.lang.String getWarning()
public void setUtterancesTone(java.util.List<UtteranceAnalysis> utterancesTone)
utterancesTone
- the new utterancesTonepublic void setWarning(java.lang.String warning)
warning
- the new warning