public final class RangeStats extends Base
Modifier and Type | Method and Description |
---|---|
Long |
getCount()
Number of variants that fall into this range.
|
String |
getLowerEndpoint()
Lower endpoint of the range.
|
String |
getMax()
Maximum value contained within the range.
|
Double |
getMean()
Arithmetic mean of the values contained within the range.
|
String |
getMin()
Minimum value contained within the range.
|
Long |
getProductCount()
Number of products that fall into this range.
|
String |
getSum()
Sum of the values contained within the range.
|
String |
getUpperEndpoint()
Upper endpoint of the range.
|
static RangeStats |
of(String lowerEndpoint,
String upperEndpoint,
Long count,
Long productCount,
String min,
String max,
String sum,
Double mean) |
@Nullable public String getLowerEndpoint()
@Nullable public String getUpperEndpoint()
public Long getCount()
@Nullable public Long getProductCount()
public String getSum()
public String getMin()
public String getMax()
public Double getMean()