public class NGramQAttributes
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
include |
protected java.lang.String |
key |
protected java.lang.String |
value |
Constructor and Description |
---|
NGramQAttributes() |
protected java.lang.String key
protected java.lang.String value
protected boolean include
public java.lang.String getKey()
public void setKey(java.lang.String key)
key
- the key to setpublic java.lang.String getValue()
public void setValue(java.lang.String value)
value
- the value to setpublic boolean equals(java.lang.Object other)
equals
in class java.lang.Object
public boolean isInclude()
public void setInclude(boolean include)
include
- the include to set