Uses of Class
com.tencentcloudapi.iot.v20180123.models.DebugLogEntry
-
Packages that use DebugLogEntry Package Description com.tencentcloudapi.iot.v20180123.models -
-
Uses of DebugLogEntry in com.tencentcloudapi.iot.v20180123.models
Methods in com.tencentcloudapi.iot.v20180123.models that return DebugLogEntry Modifier and Type Method Description DebugLogEntry[]
GetDebugLogResponse. getDebugLog()
Get 调试日志Methods in com.tencentcloudapi.iot.v20180123.models with parameters of type DebugLogEntry Modifier and Type Method Description void
GetDebugLogResponse. setDebugLog(DebugLogEntry[] DebugLog)
Set 调试日志Constructors in com.tencentcloudapi.iot.v20180123.models with parameters of type DebugLogEntry Constructor Description 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.
-