java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.natural_language_classifier.v1.model.ClassifierList
All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel

public class ClassifierList
extends com.ibm.cloud.sdk.core.service.model.GenericModel
List of available classifiers.
  • Constructor Summary

    Constructors
    Constructor Description
    ClassifierList()  
  • Method Summary

    Modifier and Type Method Description
    List<Classifier> getClassifiers()
    Gets the classifiers.

    Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel

    equals, hashCode, toString

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • ClassifierList

      public ClassifierList()
  • Method Details

    • getClassifiers

      public List<Classifier> getClassifiers()
      Gets the classifiers.

      The classifiers available to the user. Returns an empty array if no classifiers are available.

      Returns:
      the classifiers