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 java.lang.String
getCommunity()
java.lang.Integer
getGeneric()
java.lang.String
getId()
java.lang.String
getIdtext()
java.lang.Integer
getSpecific()
java.lang.Long
getTimeStamp()
java.lang.String
getTrapOID()
java.lang.String
getVersion()
boolean
hasGeneric()
boolean
hasSpecific()
boolean
hasTimeStamp()
-
-
-
Method Detail
-
getCommunity
java.lang.String getCommunity()
-
getGeneric
java.lang.Integer getGeneric()
-
getId
java.lang.String getId()
-
getTrapOID
java.lang.String getTrapOID()
-
getIdtext
java.lang.String getIdtext()
-
getSpecific
java.lang.Integer getSpecific()
-
getTimeStamp
java.lang.Long getTimeStamp()
-
getVersion
java.lang.String getVersion()
-
hasGeneric
boolean hasGeneric()
-
hasSpecific
boolean hasSpecific()
-
hasTimeStamp
boolean hasTimeStamp()
-
-