public static final class NumericGreaterThanCondition.Builder extends Object
NumericGreaterThanCondition.Buildable.Utils| Modifier and Type | Method and Description | 
|---|---|
| NumericGreaterThanCondition | build() | 
| NumericGreaterThanCondition.Builder | expectedValue(double expectedValue)Sets the expected value for this condition. | 
| NumericGreaterThanCondition.Builder | expectedValue(long expectedValue)Sets the expected value for this condition. | 
| NumericGreaterThanCondition.Builder | variable(String variable)Sets the JSONPath expression that determines which piece of the input document is used for the comparison. | 
public NumericGreaterThanCondition.Builder variable(String variable)
variable - Reference path.public NumericGreaterThanCondition.Builder expectedValue(long expectedValue)
expectedValue - Expected value.public NumericGreaterThanCondition.Builder expectedValue(double expectedValue)
expectedValue - Expected value.public NumericGreaterThanCondition build()
NumericGreaterThanCondition object.Copyright © 2022. All rights reserved.