public interface Checker extends org.jvnet.hk2.config.ConfigBeanProxy, ConfigExtension
| Modifier and Type | Method and Description |
|---|---|
String |
getEnabled() |
String |
getName() |
String |
getTime() |
String |
getUnit() |
void |
setEnabled(String value) |
void |
setName(String value) |
void |
setTime(String value) |
void |
setUnit(String value) |
String getName()
void setName(String value) throws PropertyVetoException
PropertyVetoExceptionString getEnabled()
void setEnabled(String value) throws PropertyVetoException
PropertyVetoException@Min(value=0L) String getTime()
void setTime(String value) throws PropertyVetoException
PropertyVetoExceptionString getUnit()
void setUnit(String value) throws PropertyVetoException
PropertyVetoExceptionCopyright © 2017. All rights reserved.