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 Statistical time point in forward rounding mode
Taking the 5-minute granularity as an example, 13:35:00 indicates that the statistical interval is between 13:35:00 and 13:39:59 
 | 
Float[] | 
getValue()
Get Data value 
 | 
void | 
setTime(String Time)
Set Statistical time point in forward rounding mode
Taking the 5-minute granularity as an example, 13:35:00 indicates that the statistical interval is between 13:35:00 and 13:39:59 
 | 
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 - Statistical time point in forward rounding mode
Taking the 5-minute granularity as an example, 13:35:00 indicates that the statistical interval is between 13:35:00 and 13:39:59public Float[] getValue()
public void setValue(Float[] Value)
Value - Data valueCopyright © 2021. All rights reserved.