public final class SingleBaseline extends Object
| Constructor and Description |
|---|
SingleBaseline() |
| 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.
|
BaselineSensitivity |
sensitivity()
Get the sensitivity property: the sensitivity of the baseline.
|
void |
validate()
Validates the instance.
|
SingleBaseline |
withHighThresholds(List<Double> highThresholds)
Set the highThresholds property: The high thresholds of the baseline.
|
SingleBaseline |
withLowThresholds(List<Double> lowThresholds)
Set the lowThresholds property: The low thresholds of the baseline.
|
SingleBaseline |
withSensitivity(BaselineSensitivity sensitivity)
Set the sensitivity property: the sensitivity of the baseline.
|
public BaselineSensitivity sensitivity()
public SingleBaseline withSensitivity(BaselineSensitivity sensitivity)
sensitivity - the sensitivity value to set.public List<Double> lowThresholds()
public SingleBaseline withLowThresholds(List<Double> lowThresholds)
lowThresholds - the lowThresholds value to set.public List<Double> highThresholds()
public SingleBaseline 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.