public static interface ThresholdV2.Builder extends SdkPojo, CopyableBuilder<ThresholdV2.Builder,ThresholdV2>
| Modifier and Type | Method and Description |
|---|---|
ThresholdV2.Builder |
comparison(String comparison)
The type of comparison.
|
ThresholdV2.Builder |
thresholdValue(Double thresholdValue)
The threshold value to compare.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildThresholdV2.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.ThresholdV2.Builder thresholdValue(Double thresholdValue)
The threshold value to compare.
thresholdValue - The threshold value to compare.Copyright © 2023. All rights reserved.