Interface SmiRevision


public interface SmiRevision
The SmiRevision represents the REVISION clause of a SMIv2 MODULE-IDENTITY construct.
Author:
Frank Fock
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the revision description.
    Gets the date and time (including time zone and with minutes precision) of the MIB module revision.
    Gets the revision data and time as UTC string.
  • Method Details

    • getDescription

      String getDescription()
      Gets the revision description.
      Returns:
      the description text for this revision.
    • getRevisionString

      String getRevisionString()
      Gets the revision data and time as UTC string.
      Returns:
      the UTC string of the revision as defined in the MIB specification.
    • getRevision

      GregorianCalendar getRevision()
      Gets the date and time (including time zone and with minutes precision) of the MIB module revision.
      Returns:
      the GregorianCalendar instance representing the date and time of this MIB module revision.