public final class BooleanEqualsPathCondition extends Object implements BinaryCondition<String>
Modifier and Type | Class and Description |
---|---|
static class |
BooleanEqualsPathCondition.Builder
Builder for a
BooleanEqualsPathCondition . |
NULL_BUILDER
Modifier and Type | Method and Description |
---|---|
static BooleanEqualsPathCondition.Builder |
builder() |
String |
getExpectedValue() |
String |
getVariable() |
public String getVariable()
getVariable
in interface BinaryCondition<String>
public String getExpectedValue()
getExpectedValue
in interface BinaryCondition<String>
public static BooleanEqualsPathCondition.Builder builder()
BooleanEqualsPathCondition
.