public class ToneDimension extends GenericModel
| Constructor and Description | 
|---|
| ToneDimension() | 
| Modifier and Type | Method and Description | 
|---|---|
| List<ToneTrait> | getChildren()Gets the children. | 
| String | getId()Gets the id. | 
| String | getName()Gets the name. | 
| void | setChildren(List<ToneTrait> children)Sets the children. | 
| void | setId(String id)Sets the id. | 
| void | setName(String name)Sets the name. | 
equals, hashCode, toStringpublic String getId()
public String getName()
public void setChildren(List<ToneTrait> children)
children - The childrenpublic void setId(String id)
id - The idpublic void setName(String name)
name - The nameCopyright © 2015–2016. All rights reserved.