public class StatisticsDataInfo extends AbstractModel
| Constructor and Description | 
|---|
| StatisticsDataInfo() | 
| Modifier and Type | Method and Description | 
|---|---|
| Float | getData()Get Statistics value
Note: This field may return null, indicating that no valid values can be obtained. | 
| Long | getTime()Get Corresponding time point | 
| void | setData(Float Data)Set Statistics value
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setTime(Long Time)Set Corresponding time point | 
| 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 Long getTime()
public void setTime(Long Time)
Time - Corresponding time pointpublic Float getData()
public void setData(Float Data)
Data - Statistics value
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2021. All rights reserved.