public interface SnmpNotifierConfiguration extends NotifierConfiguration
| Modifier and Type | Method and Description |
|---|---|
String |
getCommunity() |
String |
getHost() |
String |
getOid() |
String |
getPort() |
String |
getVersion() |
void |
setCommunity(String value) |
void |
setHost(String value) |
void |
setOid(String value) |
void |
setPort(String value) |
void |
setVersion(String value) |
enabled, getEnabledString getCommunity()
void setCommunity(String value) throws PropertyVetoException
PropertyVetoExceptionString getOid()
void setOid(String value) throws PropertyVetoException
PropertyVetoExceptionString getVersion()
void setVersion(String value) throws PropertyVetoException
PropertyVetoExceptionString getHost()
void setHost(String value) throws PropertyVetoException
PropertyVetoExceptionString getPort()
void setPort(String value) throws PropertyVetoException
PropertyVetoExceptionCopyright © 2017. All rights reserved.