public class QueryParam extends Object
| Constructor and Description |
|---|
QueryParam() |
QueryParam(String column,
String operator,
List<?> value) |
| Modifier and Type | Method and Description |
|---|---|
String |
getColumn() |
String |
getOperator() |
List<?> |
getValue() |
void |
setColumn(String column) |
void |
setOperator(String operator) |
void |
setValue(List<?> value) |
String |
toString() |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.