public final class SimpleRangeStats extends Base
Modifier and Type | Method and Description |
---|---|
Long |
getCount()
Number of results that fall into this range.
|
String |
getLowerEndpoint()
Lower endpoint of the range.
|
String |
getMax()
Maximum value contained within the range.
|
String |
getMin()
Minimum value contained within the range.
|
String |
getUpperEndpoint()
Upper endpoint of the range.
|
static SimpleRangeStats |
of(String lowerEndpoint,
String upperEndpoint,
Long count,
String min,
String max) |
@Nullable public String getLowerEndpoint()
@Nullable public String getUpperEndpoint()
public Long getCount()
public String getMin()
public String getMax()