Module org.snmp4j

Class VersionInfo


  • public class VersionInfo
    extends java.lang.Object
    The VersionInfo object returns information about the version of this SNMP4J release.
    Since:
    1.9.1e
    Version:
    2.0.0
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int MAJOR  
      static int MINOR  
      static java.lang.String PATCH  
      static int UPDATE  
      static java.lang.String VERSION  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private VersionInfo()  
    • 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • VersionInfo

        private VersionInfo()
    • Method Detail

      • getVersion

        public static java.lang.String getVersion()
        Gets the version string for this release.
        Returns:
        a string of the form major.minor.update[patch].