LBVariableCondition.Builder |
LBVariableCondition.Builder.setCaseSensitive(java.lang.Boolean caseSensitive) |
If true, case is significant when comparing variable value.
|
LBVariableCondition.Builder |
LBVariableCondition.Builder.setInverse(java.lang.Boolean inverse) |
A flag to indicate whether reverse the match result of this condition
|
LBVariableCondition.Builder |
LBVariableCondition.Builder.setMatchType(java.lang.String matchType) |
|
LBVariableCondition.Builder |
LBVariableCondition.Builder.setVariableName(java.lang.String variableName) |
Name of the variable to be matched
|
LBVariableCondition.Builder |
LBVariableCondition.Builder.setVariableValue(java.lang.String variableValue) |
Value of variable to be matched
|