public class VisualClassifier extends GenericModel
VisualRecognition
service.Modifier and Type | Class and Description |
---|---|
static class |
VisualClassifier.Status
VisualClassifier Status. |
class |
VisualClassifier.VisualClass
Classifier.
|
Constructor and Description |
---|
VisualClassifier() |
Modifier and Type | Method and Description |
---|---|
List<VisualClassifier.VisualClass> |
getClasses()
Gets the classes.
|
Date |
getCreated()
Gets the created.
|
String |
getExplanation()
Gets the explanation.
|
String |
getId()
Gets the classifier id.
|
String |
getName()
Gets the name.
|
String |
getOwner()
Gets the owner.
|
VisualClassifier.Status |
getStatus()
Gets the status.
|
void |
setClasses(List<VisualClassifier.VisualClass> classes)
Sets the classes.
|
void |
setCreated(Date created)
Sets the created.
|
void |
setExplanation(String explanation)
Sets the explanation.
|
void |
setId(String id)
Sets the classifier id.
|
void |
setName(String name)
Sets the name.
|
void |
setOwner(String owner)
Sets the owner.
|
void |
setStatus(VisualClassifier.Status status)
Sets the status.
|
equals, hashCode, toString
public String getExplanation()
public VisualClassifier.Status getStatus()
public void setStatus(VisualClassifier.Status status)
status
- the new statuspublic void setExplanation(String explanation)
explanation
- the new explanationpublic Date getCreated()
public String getId()
public String getName()
public String getOwner()
public void setCreated(Date created)
created
- the created to setpublic void setId(String id)
id
- the new classifier idpublic void setName(String name)
name
- the name to setpublic void setOwner(String owner)
owner
- the owner to setpublic List<VisualClassifier.VisualClass> getClasses()
public void setClasses(List<VisualClassifier.VisualClass> classes)
classes
- the new classesCopyright © 2015–2016 IBM Watson. All rights reserved.