public class DataHistoryEntry extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getData()
Get 数据
|
String |
getDeviceName()
Get 设备名称
|
String |
getId()
Get 日志id
|
Long |
getTimestamp()
Get 时间戳
|
void |
setData(String Data)
Set 数据
|
void |
setDeviceName(String DeviceName)
Set 设备名称
|
void |
setId(String Id)
Set 日志id
|
void |
setTimestamp(Long Timestamp)
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 DataHistoryEntry()
public DataHistoryEntry(DataHistoryEntry source)
public String getId()
public void setId(String Id)
Id
- 日志idpublic Long getTimestamp()
public void setTimestamp(Long Timestamp)
Timestamp
- 时间戳public String getDeviceName()
public void setDeviceName(String DeviceName)
DeviceName
- 设备名称public String getData()
public void setData(String Data)
Data
- 数据Copyright © 2023. All rights reserved.