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
Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Constructor Details
-
TokenDictStatusResponse
public TokenDictStatusResponse()
-
-
Method Details
-
getStatus
Gets the status.Current wordlist status for the specified collection.
- Returns:
- the status
-
getType
Gets the type.The type for this wordlist. Can be `tokenization_dictionary` or `stopwords`.
- Returns:
- the type
-