public class SentenceTone extends ElementTone
| Constructor and Description | 
|---|
| SentenceTone() | 
| Modifier and Type | Method and Description | 
|---|---|
| Integer | getId()Gets the id. | 
| Integer | getInputFrom()Gets the input from. | 
| Integer | getInputTo()Gets the input to. | 
| String | getText()Gets the text. | 
| void | setId(Integer id)Sets the id. | 
| void | setInputFrom(Integer inputFrom)Sets the input from. | 
| void | setInputTo(Integer inputTo)Sets the input to. | 
| void | setText(String text)Sets the text. | 
addTone, getTones, setTonesequals, hashCode, toStringpublic Integer getId()
public Integer getInputFrom()
public Integer getInputTo()
public String getText()
public void setId(Integer id)
id - the new idpublic void setInputFrom(Integer inputFrom)
inputFrom - the new input frompublic void setInputTo(Integer inputTo)
inputTo - the new input topublic void setText(String text)
text - the new textCopyright © 2015–2016 IBM Watson. All rights reserved.