public class DataPoint extends Object
| Modifier and Type | Field and Description |
|---|---|
Double |
average |
Double |
maximum |
Double |
minimum |
Integer |
sampleCount |
Double |
sum |
String |
timestamp
DateTime,请参考日期与时间,UTC日期表示
|
| Constructor and Description |
|---|
DataPoint() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getAverage() |
Double |
getMaximum() |
Double |
getMinimum() |
Integer |
getSampleCount() |
Double |
getSum() |
String |
getTimestamp() |
void |
setAverage(Double average) |
void |
setMaximum(Double maximum) |
void |
setMinimum(Double minimum) |
void |
setSampleCount(Integer sampleCount) |
void |
setSum(Double sum) |
void |
setTimestamp(String timestamp) |
public Double average
public Double sum
public Double maximum
public Double minimum
public Integer sampleCount
public String timestamp
public Double getAverage()
public void setAverage(Double average)
public Double getSum()
public void setSum(Double sum)
public Double getMaximum()
public void setMaximum(Double maximum)
public Double getMinimum()
public void setMinimum(Double minimum)
public Integer getSampleCount()
public void setSampleCount(Integer sampleCount)
public String getTimestamp()
public void setTimestamp(String timestamp)
Copyright © 2023. All rights reserved.