public class DataPointForGetMetricDataOutput extends Object
| 构造器和说明 |
|---|
DataPointForGetMetricDataOutput() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object o) |
Integer |
getTimestamp()
Get timestamp
|
Double |
getValue()
Get value
|
int |
hashCode() |
void |
setTimestamp(Integer timestamp) |
void |
setValue(Double value) |
DataPointForGetMetricDataOutput |
timestamp(Integer timestamp) |
String |
toString() |
DataPointForGetMetricDataOutput |
value(Double value) |
public DataPointForGetMetricDataOutput timestamp(Integer timestamp)
public Integer getTimestamp()
public void setTimestamp(Integer timestamp)
public DataPointForGetMetricDataOutput value(Double value)
public Double getValue()
public void setValue(Double value)
Copyright © 2024. All rights reserved.