public class Baseline extends Object
| Constructor and Description |
|---|
Baseline() |
| Modifier and Type | Method and Description |
|---|---|
List<Double> |
highThresholds()
Get the high thresholds of the baseline.
|
List<Double> |
lowThresholds()
Get the low thresholds of the baseline.
|
Sensitivity |
sensitivity()
Get the sensitivity of the baseline.
|
Baseline |
withHighThresholds(List<Double> highThresholds)
Set the high thresholds of the baseline.
|
Baseline |
withLowThresholds(List<Double> lowThresholds)
Set the low thresholds of the baseline.
|
Baseline |
withSensitivity(Sensitivity sensitivity)
Set the sensitivity of the baseline.
|
public Sensitivity sensitivity()
public Baseline withSensitivity(Sensitivity sensitivity)
sensitivity - the sensitivity value to setpublic List<Double> lowThresholds()
public Baseline withLowThresholds(List<Double> lowThresholds)
lowThresholds - the lowThresholds value to setpublic List<Double> highThresholds()
Copyright © 2019. All rights reserved.