public class VisualClassifier extends GenericModel
VisualRecognition V2 service.| Constructor and Description |
|---|
VisualClassifier()
Instantiates a new visual classifier.
|
VisualClassifier(String id)
Instantiates a new visual classifier.
|
| Modifier and Type | Method and Description |
|---|---|
Date |
getCreated()
Gets the created.
|
String |
getId()
Gets the classifier id.
|
String |
getName()
Gets the name.
|
String |
getOwner()
Gets the owner.
|
void |
setCreated(Date created)
Sets the created.
|
void |
setId(String id)
Sets the classifier id.
|
void |
setName(String name)
Sets the name.
|
void |
setOwner(String owner)
Sets the owner.
|
equals, hashCode, toStringpublic VisualClassifier()
public VisualClassifier(String id)
id - the idpublic 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 setCopyright © 2015–2016. All rights reserved.