public class StatisticsDataInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
StatisticsDataInfo() |
StatisticsDataInfo(StatisticsDataInfo 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 |
---|---|
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, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public StatisticsDataInfo()
public StatisticsDataInfo(StatisticsDataInfo source)
public 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 © 2024. All rights reserved.