Class StatisticsDataInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.gaap.v20180529.models.StatisticsDataInfo
-
public class StatisticsDataInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FloatgetData()Get 统计数据值 注意:此字段可能返回 null,表示取不到有效值。LonggetTime()Get 对应的时间点voidsetData(Float Data)Set 统计数据值 注意:此字段可能返回 null,表示取不到有效值。voidsetTime(Long Time)Set 对应的时间点voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
StatisticsDataInfo
public StatisticsDataInfo()
-
StatisticsDataInfo
public 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.
-
-
Method Detail
-
getTime
public Long getTime()
Get 对应的时间点- Returns:
- Time 对应的时间点
-
setTime
public void setTime(Long Time)
Set 对应的时间点- Parameters:
Time- 对应的时间点
-
getData
public Float getData()
Get 统计数据值 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Data 统计数据值 注意:此字段可能返回 null,表示取不到有效值。
-
setData
public void setData(Float Data)
Set 统计数据值 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Data- 统计数据值 注意:此字段可能返回 null,表示取不到有效值。
-
-