public class Classifier
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static interface |
Classifier.Status
The state of the classifier.
|
Constructor and Description |
---|
Classifier() |
Modifier and Type | Method and Description |
---|---|
String |
getClassifierId()
Gets the classifierId.
|
Date |
getCreated()
Gets the created.
|
String |
getLanguage()
Gets the language.
|
String |
getName()
Gets the name.
|
String |
getStatus()
Gets the status.
|
String |
getStatusDescription()
Gets the statusDescription.
|
String |
getUrl()
Gets the url.
|
public String getName()
User-supplied name for the classifier.
public String getUrl()
Link to the classifier.
public String getStatus()
The state of the classifier.
public String getClassifierId()
Unique identifier for this classifier.
public Date getCreated()
Date and time (UTC) the classifier was created.
public String getStatusDescription()
Additional detail about the status.
public String getLanguage()
The language used for the classifier.
Copyright © 2021 IBM Cloud. All rights reserved.