Class TokenDictStatusResponse

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

public class TokenDictStatusResponse
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Object describing the current status of the wordlist.
  • Nested Class Summary

    Nested Classes
    Modifier and Type Class Description
    static interface  TokenDictStatusResponse.Status
    Current wordlist status for the specified collection.
  • Constructor Summary

    Constructors
    Constructor Description
    TokenDictStatusResponse()  
  • Method Summary

    Modifier and Type Method Description
    String getStatus()
    Gets the status.
    String getType()
    Gets the type.

    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

    • TokenDictStatusResponse

      public TokenDictStatusResponse()
  • Method Details

    • getStatus

      public String getStatus()
      Gets the status.

      Current wordlist status for the specified collection.

      Returns:
      the status
    • getType

      public String getType()
      Gets the type.

      The type for this wordlist. Can be `tokenization_dictionary` or `stopwords`.

      Returns:
      the type