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