public class CustomVoiceModel extends GenericModel
Constructor and Description |
---|
CustomVoiceModel() |
Modifier and Type | Method and Description |
---|---|
Date |
getCreated()
Returns the creation date.
|
String |
getDescription()
Returns the description.
|
String |
getId()
Returns the id.
|
String |
getLanguage()
Returns the language code (e.g.
|
Date |
getLastModified()
Returns the last modification date.
|
String |
getName()
Returns the name.
|
String |
getOwner()
Returns the owner id.
|
void |
setDescription(String description)
Sets the description.
|
void |
setId(String id)
Sets the id.
|
void |
setLanguage(String language)
Sets the language code (e.g.
|
void |
setName(String name)
Sets the name.
|
equals, hashCode, toString
public String getId()
public void setId(String id)
id
- the idpublic String getName()
public void setName(String name)
name
- the namepublic String getDescription()
public void setDescription(String description)
description
- the descriptionpublic String getLanguage()
public void setLanguage(String language)
language
- the language codepublic String getOwner()
public Date getCreated()
public Date getLastModified()
Copyright © 2015–2016 IBM Watson. All rights reserved.