public interface ISnmp
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.Modifier and Type | Method and Description |
---|---|
String |
getCommunity() |
Integer |
getGeneric() |
String |
getId() |
String |
getIdtext() |
Integer |
getSpecific() |
Long |
getTimeStamp() |
String |
getVersion() |
boolean |
hasGeneric() |
boolean |
hasSpecific() |
boolean |
hasTimeStamp() |
String getCommunity()
Integer getGeneric()
String getId()
String getIdtext()
Integer getSpecific()
Long getTimeStamp()
String getVersion()
boolean hasGeneric()
boolean hasSpecific()
boolean hasTimeStamp()
Copyright © 2021. All rights reserved.