Class TimingDataItem
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.teo.v20220901.models.TimingDataItem
-
public class TimingDataItem extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description TimingDataItem()TimingDataItem(TimingDataItem 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 LonggetTimestamp()Get 返回数据对应时间点,采用unix秒级时间戳。LonggetValue()Get 具体数值。voidsetTimestamp(Long Timestamp)Set 返回数据对应时间点,采用unix秒级时间戳。voidsetValue(Long Value)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
-
TimingDataItem
public TimingDataItem()
-
TimingDataItem
public TimingDataItem(TimingDataItem 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
-
getTimestamp
public Long getTimestamp()
Get 返回数据对应时间点,采用unix秒级时间戳。- Returns:
- Timestamp 返回数据对应时间点,采用unix秒级时间戳。
-
setTimestamp
public void setTimestamp(Long Timestamp)
Set 返回数据对应时间点,采用unix秒级时间戳。- Parameters:
Timestamp- 返回数据对应时间点,采用unix秒级时间戳。
-
getValue
public Long getValue()
Get 具体数值。- Returns:
- Value 具体数值。
-
setValue
public void setValue(Long Value)
Set 具体数值。- Parameters:
Value- 具体数值。
-
-