public class Version
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private java.lang.Long |
revisionId
Needed to uniquely identify a version.
|
private java.lang.String |
version
The version branch like 3.10 or 4.0 ...
|
| Constructor and Description |
|---|
Version(java.lang.String version,
java.lang.Long revisionId) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
getRevisionId()
get the revisionId as Long.
|
java.lang.String |
getVersion()
get the version branch like 3.10 or 4.0.
|
private final java.lang.String version
private final java.lang.Long revisionId