public final class QueryResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
QueryResponse.Builder |
| Modifier and Type | Field and Description |
|---|---|
com.google.common.collect.ImmutableList<Aggregation> |
aggregations |
ResponseHeader |
header |
com.google.common.collect.ImmutableList<Object> |
results |
| Constructor and Description |
|---|
QueryResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
StandardScroll |
nextScroll() |
static QueryResponse.Builder |
responseBuilder() |
<T> List<T> |
resultsAs(Class<? extends T> tClass) |
public final ResponseHeader header
public final com.google.common.collect.ImmutableList<Object> results
public final com.google.common.collect.ImmutableList<Aggregation> aggregations
public StandardScroll nextScroll()
public static QueryResponse.Builder responseBuilder()
Copyright © 2012–2015 Polyglotted IO. All rights reserved.