public class ProportionalSumAggregation
extends io.searchbox.core.search.aggregation.Aggregation
Modifier and Type | Class and Description |
---|---|
class |
ProportionalSumAggregation.DateHistogram |
static class |
ProportionalSumAggregation.Histogram |
Constructor and Description |
---|
ProportionalSumAggregation(String name,
com.google.gson.JsonObject PartialSumAggregation) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
List<ProportionalSumAggregation.DateHistogram> |
getBuckets() |
int |
hashCode() |
public static final String TYPE
public ProportionalSumAggregation(String name, com.google.gson.JsonObject PartialSumAggregation)
public List<ProportionalSumAggregation.DateHistogram> getBuckets()
public boolean equals(Object obj)
equals
in class io.searchbox.core.search.aggregation.Aggregation
public int hashCode()
hashCode
in class io.searchbox.core.search.aggregation.Aggregation
Copyright © 2021. All rights reserved.