public class FilterCondition extends Object implements Serializable
| Constructor and Description |
|---|
FilterCondition() |
FilterCondition(String key,
Object value,
String compare) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCompare() |
String |
getKey() |
Object |
getValue() |
void |
setCompare(String compare) |
void |
setKey(String key) |
void |
setValue(Object value) |
Copyright © 2012–2015 ArangoDB GmbH. All rights reserved.