Package com.snmp4j.smi
Interface SmiModuleIdentity
- All Superinterfaces:
Comparable<SmiObject>
,SmiModule
,SmiObject
The SmiModule represents a SMIv2 MODULE-IDENTITY.
- Since:
- 1.2 (Pro edition only)
- Author:
- Frank Fock
-
Method Summary
Modifier and TypeMethodDescriptionGets the contact-info clause.Gets theGregorianCalendar
representation of the LAST-UPDATE clause.Gets the LAST-UPDATED clause.Gets the organization clause.Gets theSmiRevision
s of this MIB module.Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.snmp4j.smi.SmiModule
getAsn1Comments, getImports, getModuleName, getObjectIdentifiers, getObjectNames, getSmiModuleDefinition, getSourceFilename, getTextualConventionNames
Methods inherited from interface com.snmp4j.smi.SmiObject
getChildren, getDescription, getObjectName, getOID, getParent, getReference, getSmiSyntax, getStatus, getType
-
Method Details
-
getOrganization
String getOrganization()Gets the organization clause.- Returns:
- an organization.
-
getContactInfo
String getContactInfo()Gets the contact-info clause.- Returns:
- a contact-info
-
getLastUpdatedString
String getLastUpdatedString()Gets the LAST-UPDATED clause.- Returns:
- a last-updated time-stamp of the extended UTC-date-and-time form
[0-9][0-9]([0-9][0-9])?((0[1-9])|(1[0-2]))((0[1-9])|([1-2][0-9])|(3[0-1]))(([0-1][0-9])|(2[0-3]))[0-5][0-9]Z
-
getLastUpdated
GregorianCalendar getLastUpdated()Gets theGregorianCalendar
representation of the LAST-UPDATE clause.- Returns:
- a
GregorianCalendar
representation of the LAST-UPDATE clause
-
getRevisions
List<SmiRevision> getRevisions()Gets theSmiRevision
s of this MIB module.- Returns:
- a list of @link SmiRevision} instances.
-