public class Version
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Long |
_count |
protected java.lang.String |
_version |
| Constructor and Description |
|---|
Version() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
getCount()
Returns the count
|
java.lang.String |
getVersion()
Returns the version
|
void |
setCount(java.lang.Long count) |
void |
setVersion(java.lang.String version) |