public class StatisticsDataInfo extends AbstractModel
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 统计数据值
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getTime()
Get 对应的时间点
|
void |
setData(Float Data)
Set 统计数据值
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTime(Long Time)
Set 对应的时间点
|
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, toJsonString
public StatisticsDataInfo()
public StatisticsDataInfo(StatisticsDataInfo source)
public Long getTime()
public void setTime(Long Time)
Time
- 对应的时间点public Float getData()
public void setData(Float Data)
Data
- 统计数据值
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2023. All rights reserved.