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.
|
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
classifierId |
protected java.util.Date |
created |
protected java.lang.String |
language |
protected java.lang.String |
name |
protected java.lang.String |
status |
protected java.lang.String |
statusDescription |
protected java.lang.String |
url |
Constructor and Description |
---|
Classifier() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getClassifierId()
Gets the classifierId.
|
java.util.Date |
getCreated()
Gets the created.
|
java.lang.String |
getLanguage()
Gets the language.
|
java.lang.String |
getName()
Gets the name.
|
java.lang.String |
getStatus()
Gets the status.
|
java.lang.String |
getStatusDescription()
Gets the statusDescription.
|
java.lang.String |
getUrl()
Gets the url.
|
protected java.lang.String name
protected java.lang.String url
protected java.lang.String status
@SerializedName(value="classifier_id") protected java.lang.String classifierId
protected java.util.Date created
@SerializedName(value="status_description") protected java.lang.String statusDescription
protected java.lang.String language
public java.lang.String getName()
User-supplied name for the classifier.
public java.lang.String getUrl()
Link to the classifier.
public java.lang.String getStatus()
The state of the classifier.
public java.lang.String getClassifierId()
Unique identifier for this classifier.
public java.util.Date getCreated()
Date and time (UTC) the classifier was created.
public java.lang.String getStatusDescription()
Additional detail about the status.
public java.lang.String getLanguage()
The language used for the classifier.