public class ToneCategory extends GenericModel
| Constructor and Description |
|---|
ToneCategory() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCategoryId()
Gets the categoryId.
|
java.lang.String |
getCategoryName()
Gets the categoryName.
|
java.util.List<ToneScore> |
getTones()
Gets the tones.
|
void |
setCategoryId(java.lang.String categoryId)
Sets the categoryId.
|
void |
setCategoryName(java.lang.String categoryName)
Sets the categoryName.
|
void |
setTones(java.util.List<ToneScore> tones)
Sets the tones.
|
equals, hashCode, toStringpublic java.util.List<ToneScore> getTones()
public java.lang.String getCategoryId()
public java.lang.String getCategoryName()
public void setTones(java.util.List<ToneScore> tones)
tones - the new tonespublic void setCategoryId(java.lang.String categoryId)
categoryId - the new categoryIdpublic void setCategoryName(java.lang.String categoryName)
categoryName - the new categoryName