Class DataHistoryEntry
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iot.v20180123.models.DataHistoryEntry
-
public class DataHistoryEntry extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DataHistoryEntry()
DataHistoryEntry(DataHistoryEntry 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 String
getData()
Get 数据String
getDeviceName()
Get 设备名称String
getId()
Get 日志idLong
getTimestamp()
Get 时间戳void
setData(String Data)
Set 数据void
setDeviceName(String DeviceName)
Set 设备名称void
setId(String Id)
Set 日志idvoid
setTimestamp(Long Timestamp)
Set 时间戳void
toMap(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
-
DataHistoryEntry
public DataHistoryEntry()
-
DataHistoryEntry
public DataHistoryEntry(DataHistoryEntry 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
-
getId
public String getId()
Get 日志id- Returns:
- Id 日志id
-
setId
public void setId(String Id)
Set 日志id- Parameters:
Id
- 日志id
-
getTimestamp
public Long getTimestamp()
Get 时间戳- Returns:
- Timestamp 时间戳
-
setTimestamp
public void setTimestamp(Long Timestamp)
Set 时间戳- Parameters:
Timestamp
- 时间戳
-
getDeviceName
public String getDeviceName()
Get 设备名称- Returns:
- DeviceName 设备名称
-
setDeviceName
public void setDeviceName(String DeviceName)
Set 设备名称- Parameters:
DeviceName
- 设备名称
-
getData
public String getData()
Get 数据- Returns:
- Data 数据
-
setData
public void setData(String Data)
Set 数据- Parameters:
Data
- 数据
-
-