Class DeviceDataHistoryItem
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iotvideo.v20201215.models.DeviceDataHistoryItem
-
public class DeviceDataHistoryItem extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DeviceDataHistoryItem()DeviceDataHistoryItem(DeviceDataHistoryItem 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 StringgetTime()Get 时间点,毫秒时间戳StringgetValue()Get 字段取值voidsetTime(String Time)Set 时间点,毫秒时间戳voidsetValue(String 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
-
DeviceDataHistoryItem
public DeviceDataHistoryItem()
-
DeviceDataHistoryItem
public DeviceDataHistoryItem(DeviceDataHistoryItem 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 String getTime()
Get 时间点,毫秒时间戳- Returns:
- Time 时间点,毫秒时间戳
-
setTime
public void setTime(String Time)
Set 时间点,毫秒时间戳- Parameters:
Time- 时间点,毫秒时间戳
-
getValue
public String getValue()
Get 字段取值- Returns:
- Value 字段取值
-
setValue
public void setValue(String Value)
Set 字段取值- Parameters:
Value- 字段取值
-
-