public class DataPointForGetMetricDataOutput extends Object
| Constructor and Description |
|---|
DataPointForGetMetricDataOutput() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Integer |
getTimestamp()
Get timestamp
|
Float |
getValue()
Get value
|
int |
hashCode() |
void |
setTimestamp(Integer timestamp) |
void |
setValue(Float value) |
DataPointForGetMetricDataOutput |
timestamp(Integer timestamp) |
String |
toString() |
DataPointForGetMetricDataOutput |
value(Float value) |
public DataPointForGetMetricDataOutput timestamp(Integer timestamp)
public Integer getTimestamp()
public void setTimestamp(Integer timestamp)
public DataPointForGetMetricDataOutput value(Float value)
public Float getValue()
public void setValue(Float value)
Copyright © 2026. All rights reserved.