public class Grammar
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Modifier and Type | Class and Description | 
|---|---|
| static interface  | Grammar.StatusThe status of the grammar:
 * `analyzed`: The service successfully analyzed the grammar. | 
| Constructor and Description | 
|---|
| Grammar() | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | getError()Gets the error. | 
| java.lang.String | getName()Gets the name. | 
| java.lang.Long | getOutOfVocabularyWords()Gets the outOfVocabularyWords. | 
| java.lang.String | getStatus()Gets the status. | 
public java.lang.String getName()
public java.lang.Long getOutOfVocabularyWords()
public java.lang.String getStatus()
public java.lang.String getError()