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