public interface HealthChecker extends ConfigBeanProxy
ConfigBeanProxy.Duck
Modifier and Type | Method and Description |
---|---|
@Min(value=0L) String |
getIntervalInSeconds()
Gets the value of the intervalInSeconds property.
|
@Min(value=1L) String |
getTimeoutInSeconds()
Gets the value of the timeoutInSeconds property.
|
String |
getUrl()
Gets the value of the url property.
|
void |
setIntervalInSeconds(String value)
Sets the value of the intervalInSeconds property.
|
void |
setTimeoutInSeconds(String value)
Sets the value of the timeoutInSeconds property.
|
void |
setUrl(String value)
Sets the value of the url property.
|
createChild, deepCopy, getParent, getParent
String getUrl()
String
void setUrl(String value) throws PropertyVetoException
value
- allowed object is String
PropertyVetoException
@Min(value=0L) @Min(value=0L) String getIntervalInSeconds()
String
void setIntervalInSeconds(String value) throws PropertyVetoException
value
- allowed object is String
PropertyVetoException
@Min(value=1L) @Min(value=1L) String getTimeoutInSeconds()
String
void setTimeoutInSeconds(String value) throws PropertyVetoException
value
- allowed object is String
PropertyVetoException
Copyright © 2019. All rights reserved.