public class Classifier extends GenericModel
NaturalLanguageClassifier
service.Modifier and Type | Class and Description |
---|---|
static class |
Classifier.Status
Classifier Status.
|
Constructor and Description |
---|
Classifier() |
Modifier and Type | Method and Description |
---|---|
Date |
getCreated()
Gets the created.
|
String |
getId()
Gets the classifier id.
|
String |
getLanguage()
Gets the language.
|
String |
getName()
Gets the name.
|
Classifier.Status |
getStatus()
Gets the status.
|
String |
getStatusDescription()
Gets the status description.
|
String |
getUrl()
Gets the url.
|
void |
setCreated(Date created)
Sets the created.
|
void |
setId(String id)
Sets the classifier id.
|
void |
setLanguage(String language)
Sets the language.
|
void |
setName(String name)
Sets the name.
|
void |
setStatus(Classifier.Status status)
Sets the status.
|
void |
setStatusDescription(String statusDescription)
Sets the status description.
|
void |
setUrl(String url)
Sets the url.
|
equals, hashCode, toString
public Date getCreated()
public String getId()
public String getLanguage()
public String getName()
public Classifier.Status getStatus()
public String getStatusDescription()
public String getUrl()
public void setCreated(Date created)
created
- the created to setpublic void setId(String id)
id
- the new classifier idpublic void setLanguage(String language)
language
- the language to setpublic void setName(String name)
name
- the name to setpublic void setStatus(Classifier.Status status)
status
- the new statuspublic void setStatusDescription(String statusDescription)
statusDescription
- the new status descriptionpublic void setUrl(String url)
url
- the new urlCopyright © 2015–2016 IBM Watson. All rights reserved.