Interface ISnmp
-
- All Known Implementing Classes:
ImmutableSnmp
public interface ISnmpA 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.StringgetCommunity()java.lang.IntegergetGeneric()java.lang.StringgetId()java.lang.StringgetIdtext()java.lang.IntegergetSpecific()java.lang.LonggetTimeStamp()java.lang.StringgetTrapOID()java.lang.StringgetVersion()booleanhasGeneric()booleanhasSpecific()booleanhasTimeStamp()
-
-
-
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()
-
-