public class VersionInfo
extends java.lang.Object
VersionInfo
object returns information about the version
of this SNMP4J release.Modifier and Type | Field and Description |
---|---|
static int |
MAJOR |
static int |
MINOR |
static java.lang.String |
PATCH |
static int |
UPDATE |
static java.lang.String |
VERSION |
Modifier | Constructor and Description |
---|---|
private |
VersionInfo() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getVersion()
Gets the version string for this release.
|
public static final int MAJOR
public static final int MINOR
public static final int UPDATE
public static final java.lang.String PATCH
public static final java.lang.String VERSION