public final class Baseline extends Object
| Constructor and Description |
|---|
Baseline() |
| Modifier and Type | Method and Description |
|---|---|
List<Double> |
highThresholds()
Get the highThresholds property: The high thresholds of the baseline.
|
List<Double> |
lowThresholds()
Get the lowThresholds property: The low thresholds of the baseline.
|
Sensitivity |
sensitivity()
Get the sensitivity property: the sensitivity of the baseline.
|
void |
validate()
Validates the instance.
|
Baseline |
withHighThresholds(List<Double> highThresholds)
Set the highThresholds property: The high thresholds of the baseline.
|
Baseline |
withLowThresholds(List<Double> lowThresholds)
Set the lowThresholds property: The low thresholds of the baseline.
|
Baseline |
withSensitivity(Sensitivity sensitivity)
Set the sensitivity property: the sensitivity of the baseline.
|
public Sensitivity sensitivity()
public Baseline withSensitivity(Sensitivity sensitivity)
sensitivity - the sensitivity value to set.public List<Double> lowThresholds()
public Baseline withLowThresholds(List<Double> lowThresholds)
lowThresholds - the lowThresholds value to set.public List<Double> highThresholds()
public Baseline withHighThresholds(List<Double> highThresholds)
highThresholds - the highThresholds value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.