Class DebugLogEntry
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iot.v20180123.models.DebugLogEntry
-
public class DebugLogEntry extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getData()
Get 日志详细内容String
getDeviceName()
Get 设备名称String
getEvent()
Get 行为(事件)String
getId()
Get 日志idString
getLogType()
Get shadow/action/mqtt, 分别表示:影子/规则引擎/上下线日志String
getResult()
Get success/failLong
getTimestamp()
Get 时间戳String
getTopic()
Get 数据来源topicvoid
setData(String Data)
Set 日志详细内容void
setDeviceName(String DeviceName)
Set 设备名称void
setEvent(String Event)
Set 行为(事件)void
setId(String Id)
Set 日志idvoid
setLogType(String LogType)
Set shadow/action/mqtt, 分别表示:影子/规则引擎/上下线日志void
setResult(String Result)
Set success/failvoid
setTimestamp(Long Timestamp)
Set 时间戳void
setTopic(String Topic)
Set 数据来源topicvoid
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
-
DebugLogEntry
public DebugLogEntry()
-
DebugLogEntry
public 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.
-
-
Method Detail
-
getId
public String getId()
Get 日志id- Returns:
- Id 日志id
-
setId
public void setId(String Id)
Set 日志id- Parameters:
Id
- 日志id
-
getEvent
public String getEvent()
Get 行为(事件)- Returns:
- Event 行为(事件)
-
setEvent
public void setEvent(String Event)
Set 行为(事件)- Parameters:
Event
- 行为(事件)
-
getLogType
public String getLogType()
Get shadow/action/mqtt, 分别表示:影子/规则引擎/上下线日志- Returns:
- LogType shadow/action/mqtt, 分别表示:影子/规则引擎/上下线日志
-
setLogType
public void setLogType(String LogType)
Set shadow/action/mqtt, 分别表示:影子/规则引擎/上下线日志- Parameters:
LogType
- shadow/action/mqtt, 分别表示:影子/规则引擎/上下线日志
-
getTimestamp
public Long getTimestamp()
Get 时间戳- Returns:
- Timestamp 时间戳
-
setTimestamp
public void setTimestamp(Long Timestamp)
Set 时间戳- Parameters:
Timestamp
- 时间戳
-
getResult
public String getResult()
Get success/fail- Returns:
- Result success/fail
-
setResult
public void setResult(String Result)
Set success/fail- Parameters:
Result
- success/fail
-
getData
public String getData()
Get 日志详细内容- Returns:
- Data 日志详细内容
-
setData
public void setData(String Data)
Set 日志详细内容- Parameters:
Data
- 日志详细内容
-
getTopic
public String getTopic()
Get 数据来源topic- Returns:
- Topic 数据来源topic
-
setTopic
public void setTopic(String Topic)
Set 数据来源topic- Parameters:
Topic
- 数据来源topic
-
getDeviceName
public String getDeviceName()
Get 设备名称- Returns:
- DeviceName 设备名称
-
setDeviceName
public void setDeviceName(String DeviceName)
Set 设备名称- Parameters:
DeviceName
- 设备名称
-
-