public class SampleAggregatedEntry extends Object
| Constructor and Description |
|---|
SampleAggregatedEntry() |
| Modifier and Type | Method and Description |
|---|---|
double |
getAvg() |
Long |
getCount() |
double |
getMax() |
double |
getMin() |
double |
getTotal() |
void |
setAvg(double avg) |
void |
setCount(Long count) |
void |
setMax(double max) |
void |
setMin(double min) |
void |
setTotal(double total) |
public Long getCount()
public void setCount(Long count)
public double getMax()
public void setMax(double max)
public double getMin()
public void setMin(double min)
public double getAvg()
public void setAvg(double avg)
public double getTotal()
public void setTotal(double total)
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.