public class SentenceAnalysis extends GenericModel
Constructor and Description |
---|
SentenceAnalysis() |
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
getInputFrom()
Gets the inputFrom.
|
java.lang.Long |
getInputTo()
Gets the inputTo.
|
java.lang.Long |
getSentenceId()
Gets the sentenceId.
|
java.lang.String |
getText()
Gets the text.
|
java.util.List<ToneCategory> |
getToneCategories()
Gets the toneCategories.
|
void |
setInputFrom(long inputFrom)
Sets the inputFrom.
|
void |
setInputTo(long inputTo)
Sets the inputTo.
|
void |
setSentenceId(long sentenceId)
Sets the sentenceId.
|
void |
setText(java.lang.String text)
Sets the text.
|
void |
setToneCategories(java.util.List<ToneCategory> toneCategories)
Sets the toneCategories.
|
equals, hashCode, toString
public java.lang.Long getSentenceId()
public java.lang.String getText()
public java.lang.Long getInputFrom()
public java.lang.Long getInputTo()
public java.util.List<ToneCategory> getToneCategories()
public void setSentenceId(long sentenceId)
sentenceId
- the new sentenceIdpublic void setText(java.lang.String text)
text
- the new textpublic void setInputFrom(long inputFrom)
inputFrom
- the new inputFrompublic void setInputTo(long inputTo)
inputTo
- the new inputTopublic void setToneCategories(java.util.List<ToneCategory> toneCategories)
toneCategories
- the new toneCategories