public class DebugLogEntry extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DebugLogEntry() | 
| DebugLogEntry(DebugLogEntry 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 | getEvent()Get 行为(事件) | 
| String | getId()Get 日志id | 
| String | getLogType()Get shadow/action/mqtt, 分别表示:影子/规则引擎/上下线日志 | 
| String | getResult()Get success/fail | 
| Long | getTimestamp()Get 时间戳 | 
| String | getTopic()Get 数据来源topic | 
| void | setData(String Data)Set 日志详细内容 | 
| void | setDeviceName(String DeviceName)Set 设备名称 | 
| void | setEvent(String Event)Set 行为(事件) | 
| void | setId(String Id)Set 日志id | 
| void | setLogType(String LogType)Set shadow/action/mqtt, 分别表示:影子/规则引擎/上下线日志 | 
| void | setResult(String Result)Set success/fail | 
| void | setTimestamp(Long Timestamp)Set 时间戳 | 
| void | setTopic(String Topic)Set 数据来源topic | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DebugLogEntry()
public DebugLogEntry(DebugLogEntry source)
public String getId()
public void setId(String Id)
Id - 日志idpublic String getEvent()
public void setEvent(String Event)
Event - 行为(事件)public String getLogType()
public void setLogType(String LogType)
LogType - shadow/action/mqtt, 分别表示:影子/规则引擎/上下线日志public Long getTimestamp()
public void setTimestamp(Long Timestamp)
Timestamp - 时间戳public String getResult()
public void setResult(String Result)
Result - success/failpublic String getData()
public void setData(String Data)
Data - 日志详细内容public String getTopic()
public void setTopic(String Topic)
Topic - 数据来源topicpublic String getDeviceName()
public void setDeviceName(String DeviceName)
DeviceName - 设备名称Copyright © 2025. All rights reserved.