Interface WebThresholdTemplateMetric

    • Method Detail

      • getPrefix

        java.lang.String getPrefix()
        Returns:
        prepends this prefix to the metric iff the thresholding conditions are met.
      • setPrefix

        void setPrefix​(java.lang.String prefix)
        Parameters:
        prefix - prepends this prefix to the metric iff the thresholding conditions are met.
      • getSuffix

        java.lang.String getSuffix()
        Returns:
        appends this suffix to the metric iff the thresholding conditions are met.
      • setSuffix

        void setSuffix​(java.lang.String suffix)
        Parameters:
        suffix - appends this suffix to the metric iff the thresholding conditions are met.
      • applyToSubtotals

        boolean applyToSubtotals()
        Whether the thresholding also applies to subtotals. By default this is false.
        Returns:
        whether the thresholding also applies to subtotals.
      • setApplyToSubtotals

        void setApplyToSubtotals​(boolean applyToSubtotals)
        Parameters:
        applyToSubtotals - whether the thresholding also applies to subtotals.
      • getTemplateMetric

        WebTemplateMetric getTemplateMetric()
        Returns:
        the associated template metric.
      • isDeliveryThreshold

        boolean isDeliveryThreshold()
        Returns TRUE if this threshold is a delivery threshold. A delivery threshold is a special type of threshold that is used to build an 'alert' for subscriptions.
      • setIsDelivery

        void setIsDelivery​(boolean isDelivery)
        Sets a threshold to be a delivery threshold that is used for alerting.
        Parameters:
        isDelivery -