Package com.adobe.aio.cloudmanager
Interface Metric
-
public interface MetricCode Quality Metric
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMetric.ComparatorThe comparator to use for the metric.static classMetric.SeverityRepresents the severity of the metric.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetActualValue()Expected value for the metric.Metric.ComparatorgetComp()The metrics comparator.StringgetKpi()KPI identifier.Metric.SeveritygetSev()Severity of the metric.BooleanisOverride()Whether user override the failed metric.BooleanisPassed()Whether metric is considered passed.
-
-
-
Method Detail
-
getSev
Metric.Severity getSev()
Severity of the metric.- Returns:
- severity
-
isPassed
Boolean isPassed()
Whether metric is considered passed.- Returns:
- passed
-
isOverride
Boolean isOverride()
Whether user override the failed metric.- Returns:
- override
-
getActualValue
String getActualValue()
Expected value for the metric.- Returns:
- actualValue
-
getComp
Metric.Comparator getComp()
The metrics comparator.- Returns:
- the comparator
-
getKpi
String getKpi()
KPI identifier.- Returns:
- kpi
-
-