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