public static interface Threshold.Builder extends SdkPojo, CopyableBuilder<Threshold.Builder,Threshold>
| Modifier and Type | Method and Description |
|---|---|
Threshold.Builder |
comparison(Comparison comparison)
The type of comparison.
|
Threshold.Builder |
comparison(String comparison)
The type of comparison.
|
Threshold.Builder |
thresholdValue(Double thresholdValue)
The threshold value to compare.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildThreshold.Builder comparison(String comparison)
The type of comparison. Only "less than" (LT) comparisons are supported.
comparison - The type of comparison. Only "less than" (LT) comparisons are supported.Comparison,
ComparisonThreshold.Builder comparison(Comparison comparison)
The type of comparison. Only "less than" (LT) comparisons are supported.
comparison - The type of comparison. Only "less than" (LT) comparisons are supported.Comparison,
ComparisonThreshold.Builder thresholdValue(Double thresholdValue)
The threshold value to compare.
thresholdValue - The threshold value to compare.Copyright © 2022. All rights reserved.