public class Usage extends GenericModel
Constructor and Description |
---|
Usage() |
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
getFeatures()
Gets the features.
|
java.lang.Long |
getTextCharacters()
Gets the textCharacters.
|
java.lang.Long |
getTextUnits()
Gets the textUnits.
|
void |
setFeatures(long features)
Sets the features.
|
void |
setTextCharacters(long textCharacters)
Sets the textCharacters.
|
void |
setTextUnits(long textUnits)
Sets the textUnits.
|
equals, hashCode, toString
public java.lang.Long getFeatures()
public java.lang.Long getTextCharacters()
public java.lang.Long getTextUnits()
public void setFeatures(long features)
features
- the new featurespublic void setTextCharacters(long textCharacters)
textCharacters
- the new textCharacterspublic void setTextUnits(long textUnits)
textUnits
- the new textUnits