public class GeoHashGridAggregation extends BucketAggregation
| Modifier and Type | Class and Description |
|---|---|
static class |
GeoHashGridAggregation.GeoHashGrid |
| Modifier and Type | Field and Description |
|---|---|
static String |
TYPE |
jsonRoot, name| Constructor and Description |
|---|
GeoHashGridAggregation(String name,
com.google.gson.JsonObject geohashGridAggregation) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<GeoHashGridAggregation.GeoHashGrid> |
getBuckets() |
int |
hashCode() |
getNamepublic static final String TYPE
public GeoHashGridAggregation(String name, com.google.gson.JsonObject geohashGridAggregation)
public List<GeoHashGridAggregation.GeoHashGrid> getBuckets()
public boolean equals(Object obj)
equals in class Aggregationpublic int hashCode()
hashCode in class AggregationCopyright © 2017. All rights reserved.