public final class ElasticSearchResponse extends Object
| Constructor and Description |
|---|
ElasticSearchResponse(int took,
boolean errors,
List<ElasticSearchIndexWrapper> items) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<ElasticSearchIndexWrapper> |
getItems() |
int |
getTook() |
boolean |
hasErrors()
Returns true if the Elasticsearch response was erroneous.
|
int |
hashCode() |
String |
toString() |
public ElasticSearchResponse(int took,
boolean errors,
List<ElasticSearchIndexWrapper> items)
public boolean hasErrors()
public int getTook()
public List<ElasticSearchIndexWrapper> getItems()
Copyright © 2017–2019. All rights reserved.