Interface ThresholdDiagnosticsChecker

    • Method Detail

      • getProperty

        @PropertyDesc(name="threshold-critical",defaultValue="80") @PropertyDesc(name="threshold-warning",defaultValue="50") @PropertyDesc(name="threshold-good",defaultValue="0")
        List<Property> getProperty()
        Description copied from interface: PropertyBag
        Gets the value of the property property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set 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 Property

        Specified by:
        getProperty in interface PropertyBag
        Returns:
        the property list