public class ToneCategory
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
categoryId |
protected java.lang.String |
categoryName |
protected java.util.List<ToneScore> |
tones |
| 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.
|
protected java.util.List<ToneScore> tones
@SerializedName(value="category_id") protected java.lang.String categoryId
@SerializedName(value="category_name") protected java.lang.String categoryName
public java.util.List<ToneScore> getTones()
public java.lang.String getCategoryId()
public java.lang.String getCategoryName()