public class ElementTone extends GenericModel
| Constructor and Description | 
|---|
| ElementTone() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | addTone(ToneCategory tone)Adds the tone. | 
| List<ToneCategory> | getTones()Gets the tones. | 
| void | setTones(List<ToneCategory> tones)Sets the tones. | 
equals, hashCode, toStringpublic void addTone(ToneCategory tone)
tone - the tonepublic List<ToneCategory> getTones()
public void setTones(List<ToneCategory> tones)
tones - the new tonesCopyright © 2015–2016 IBM Watson. All rights reserved.