public class SearchCondition extends Object
| Constructor and Description |
|---|
SearchCondition(String key,
String operator,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey() |
String |
getOperator() |
Object |
getValue() |
void |
setKey(String key) |
void |
setOperator(String operator) |
void |
setValue(Object value) |
Copyright © 2016–2022 Katalon Inc.. All rights reserved.