public class CustomVoiceModel extends GenericModel
Constructor and Description |
---|
CustomVoiceModel() |
Modifier and Type | Method and Description |
---|---|
java.util.Date |
getCreated()
Returns the creation date.
|
java.util.List<CustomTranslation> |
getCustomTranslations()
Returns the custom translations for a custom voice model.
|
java.lang.String |
getDescription()
Returns the description.
|
java.lang.String |
getId()
Returns the id.
|
java.lang.String |
getLanguage()
Returns the language code (for example, en-us).
|
java.util.Date |
getLastModified()
Returns the last modification date.
|
java.lang.String |
getName()
Returns the name.
|
java.lang.String |
getOwner()
Returns the owner id.
|
void |
setCustomTranslations(java.util.List<CustomTranslation> customTranslations)
Sets the custom translations for a custom voice model.
|
void |
setDescription(java.lang.String description)
Sets the description.
|
void |
setId(java.lang.String id)
Sets the id.
|
void |
setLanguage(java.lang.String language)
Sets the language code (for example, en-us).
|
void |
setName(java.lang.String name)
Sets the name.
|
equals, hashCode, toString
public java.lang.String getId()
public void setId(java.lang.String id)
id
- the idpublic java.lang.String getName()
public void setName(java.lang.String name)
name
- the namepublic java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- the descriptionpublic java.lang.String getLanguage()
public void setLanguage(java.lang.String language)
language
- the language codepublic java.lang.String getOwner()
public java.util.Date getCreated()
public java.util.Date getLastModified()
public java.util.List<CustomTranslation> getCustomTranslations()
public void setCustomTranslations(java.util.List<CustomTranslation> customTranslations)
customTranslations
- the list of custom translations for the model