public class Query extends Object
| Constructor and Description |
|---|
Query() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAql() |
Set<String> |
getCorpora() |
Optional<Long> |
getCount() |
Optional<Double> |
getExecutionTime() |
String |
getJson() |
String |
getName() |
int |
hashCode() |
void |
setAql(String aql) |
void |
setCorpora(Set<String> corpora) |
void |
setCount(Optional<Long> count) |
void |
setExecutionTime(Optional<Double> executionTime) |
void |
setJson(String json) |
void |
setName(String name) |
Copyright © 2017 Thomas Krause. All rights reserved.