public class TimestampData extends AbstractModel
| Constructor and Description | 
|---|
| TimestampData() | 
| TimestampData(TimestampData source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getTime()Get The start point of the sampling period. | 
| Float | getValue()Get Data value | 
| void | setTime(String Time)Set The start point of the sampling period. | 
| void | setValue(Float Value)Set Data value | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic TimestampData()
public TimestampData(TimestampData source)
public String getTime()
public void setTime(String Time)
Time - The start point of the sampling period. 
For example, if the time is set to 13:35:00, and `interval` is `5min`, the data returned is collected between 13:35:00 and 13:39:59public Float getValue()
public void setValue(Float Value)
Value - Data valueCopyright © 2022. All rights reserved.