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