public interface ThresholdDiagnosticsChecker extends Checker, PropertyBag
By default Critical is 80, Warning is 50 and Good is 0.
ConfigBeanProxy.DuckPropertyBag.Duck| Modifier and Type | Method and Description |
|---|---|
List<Property> |
getProperty()
Gets the value of the property property.
|
getEnabled, getName, getTime, getUnit, setEnabled, setName, setTime, setUnitcreateChild, deepCopy, getParent, getParentaddProperty, getProperty, getPropertyValue, getPropertyValue, lookupProperty, removeProperty, removeProperty@PropertyDesc(name="threshold-critical",defaultValue="80") @PropertyDesc(name="threshold-warning",defaultValue="50") @PropertyDesc(name="threshold-good",defaultValue="0") List<Property> getProperty()
PropertyBagset method for the property property.
For example, to add a new item, do as follows:
getProperty().add(newItem);
Objects of the following type(s) are allowed in the list
PropertygetProperty in interface PropertyBagCopyright © 2019. All rights reserved.