Interface ISnmp
-
- All Known Implementing Classes:
ImmutableSnmp
public interface ISnmp
A definition corresponding to POJO 'Snmp
'. The 'has...()' methods exist since the corresponding 'get...()' methods will return a default value if null. Using the 'has...()' method is the only means to determine if the backing value is null.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getCommunity()
Integer
getGeneric()
String
getId()
String
getIdtext()
Integer
getSpecific()
Long
getTimeStamp()
String
getTrapOID()
String
getVersion()
boolean
hasGeneric()
boolean
hasSpecific()
boolean
hasTimeStamp()
-
-
-
Method Detail
-
getCommunity
String getCommunity()
-
getGeneric
Integer getGeneric()
-
getId
String getId()
-
getTrapOID
String getTrapOID()
-
getIdtext
String getIdtext()
-
getSpecific
Integer getSpecific()
-
getTimeStamp
Long getTimeStamp()
-
getVersion
String getVersion()
-
hasGeneric
boolean hasGeneric()
-
hasSpecific
boolean hasSpecific()
-
hasTimeStamp
boolean hasTimeStamp()
-
-