public class ClassificationCollection
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
classifierId |
protected java.util.List<CollectionItem> |
collection |
protected java.lang.String |
url |
Constructor and Description |
---|
ClassificationCollection() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getClassifierId()
Gets the classifierId.
|
java.util.List<CollectionItem> |
getCollection()
Gets the collection.
|
java.lang.String |
getUrl()
Gets the url.
|
@SerializedName(value="classifier_id") protected java.lang.String classifierId
protected java.lang.String url
protected java.util.List<CollectionItem> collection
public java.lang.String getClassifierId()
Unique identifier for this classifier.
public java.lang.String getUrl()
Link to the classifier.
public java.util.List<CollectionItem> getCollection()
An array of classifier responses for each submitted phrase.