- java.lang.Object
-
- org.snmp4j.version.VersionInfo
-
public class VersionInfo extends java.lang.Object
TheVersionInfo
object returns information about the version of this SNMP4J release.- Since:
- 1.9.1e
- Version:
- 2.0.0
- Author:
- Frank Fock
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
getVersion()
Gets the version string for this release.
-
-
-
Field Detail
-
MAJOR
public static final int MAJOR
- See Also:
- Constant Field Values
-
MINOR
public static final int MINOR
- See Also:
- Constant Field Values
-
UPDATE
public static final int UPDATE
- See Also:
- Constant Field Values
-
PATCH
public static final java.lang.String PATCH
- See Also:
- Constant Field Values
-
VERSION
public static final java.lang.String VERSION
- See Also:
- Constant Field Values
-
-