public class Version extends Object
Objects of this class should not be created directly as they are part of the internal logic.
For more information see: 51Degrees pattern data model.
| Modifier and Type | Field and Description |
|---|---|
int |
build
Build number.
|
int |
major
Major version.
|
int |
minor
Minor version.
|
int |
revision
Revision number.
|
| Constructor and Description |
|---|
Version(int major,
int minor,
int build,
int revision)
Creates a new Version object.
|
public final int major
public final int minor
public final int build
public final int revision
Copyright © 2015 51Degrees. All rights reserved.