public class TestMeasure extends Object implements Comparable<TestMeasure>
Constructor and Description |
---|
TestMeasure(String name,
String metricGroup,
Double expectedMin,
Double expectedMax,
Double value,
String unit,
Double violationPercentage) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(TestMeasure o) |
Double |
getExpectedMax() |
Double |
getExpectedMin() |
String |
getFormattedExpectedMax() |
String |
getFormattedExpectedMin() |
String |
getFormattedValue() |
String |
getFormattedViolationPercentage() |
String |
getMetricGroup() |
String |
getName() |
String |
getUnit() |
Double |
getValue() |
Double |
getViolationPercentage() |
String |
toString() |
public String getName()
public String getMetricGroup()
public String getUnit()
public String getFormattedExpectedMin()
public String getFormattedExpectedMax()
public String getFormattedValue()
public String getFormattedViolationPercentage()
public Double getExpectedMin()
public Double getExpectedMax()
public Double getValue()
public Double getViolationPercentage()
public int compareTo(TestMeasure o)
compareTo
in interface Comparable<TestMeasure>
Copyright © 2016–2020. All rights reserved.