public static class NagiosComponentConfiguration.NagiosConfigurationNestedConfiguration extends Object
Modifier and Type | Field and Description |
---|---|
static Class |
CAMEL_NESTED_CLASS |
Constructor and Description |
---|
NagiosConfigurationNestedConfiguration() |
Modifier and Type | Method and Description |
---|---|
Integer |
getConnectionTimeout() |
com.googlecode.jsendnsca.encryption.Encryption |
getEncryption() |
org.apache.camel.component.nagios.NagiosEncryptionMethod |
getEncryptionMethod()
Deprecated.
|
String |
getHost() |
com.googlecode.jsendnsca.NagiosSettings |
getNagiosSettings() |
String |
getPassword() |
Integer |
getPort() |
Integer |
getTimeout() |
void |
setConnectionTimeout(Integer connectionTimeout) |
void |
setEncryption(com.googlecode.jsendnsca.encryption.Encryption encryption) |
void |
setEncryptionMethod(org.apache.camel.component.nagios.NagiosEncryptionMethod encryptionMethod)
Deprecated.
|
void |
setHost(String host) |
void |
setNagiosSettings(com.googlecode.jsendnsca.NagiosSettings nagiosSettings) |
void |
setPassword(String password) |
void |
setPort(Integer port) |
void |
setTimeout(Integer timeout) |
public static final Class CAMEL_NESTED_CLASS
public NagiosConfigurationNestedConfiguration()
public com.googlecode.jsendnsca.NagiosSettings getNagiosSettings()
public void setNagiosSettings(com.googlecode.jsendnsca.NagiosSettings nagiosSettings)
public String getHost()
public void setHost(String host)
public Integer getPort()
public void setPort(Integer port)
public Integer getConnectionTimeout()
public void setConnectionTimeout(Integer connectionTimeout)
public Integer getTimeout()
public void setTimeout(Integer timeout)
public String getPassword()
public void setPassword(String password)
@Deprecated @DeprecatedConfigurationProperty public org.apache.camel.component.nagios.NagiosEncryptionMethod getEncryptionMethod()
@Deprecated public void setEncryptionMethod(org.apache.camel.component.nagios.NagiosEncryptionMethod encryptionMethod)
public com.googlecode.jsendnsca.encryption.Encryption getEncryption()
public void setEncryption(com.googlecode.jsendnsca.encryption.Encryption encryption)
Apache Camel