public class DeviceLogEntry extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DeviceLogEntry() | 
| DeviceLogEntry(DeviceLogEntry 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 | getCode()Get 状态码 | 
| String | getDeviceName()Get 设备名称 | 
| String | getId()Get 日志id | 
| String | getMethod()Get 设备动作 | 
| String | getMsg()Get 日志内容 | 
| Long | getTimestamp()Get 时间戳 | 
| void | setCode(String Code)Set 状态码 | 
| void | setDeviceName(String DeviceName)Set 设备名称 | 
| void | setId(String Id)Set 日志id | 
| void | setMethod(String Method)Set 设备动作 | 
| void | setMsg(String Msg)Set 日志内容 | 
| void | setTimestamp(Long Timestamp)Set 时间戳 | 
| 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 DeviceLogEntry()
public DeviceLogEntry(DeviceLogEntry source)
public String getId()
public void setId(String Id)
Id - 日志idpublic String getMsg()
public void setMsg(String Msg)
Msg - 日志内容public String getCode()
public void setCode(String Code)
Code - 状态码public Long getTimestamp()
public void setTimestamp(Long Timestamp)
Timestamp - 时间戳public String getDeviceName()
public void setDeviceName(String DeviceName)
DeviceName - 设备名称public String getMethod()
public void setMethod(String Method)
Method - 设备动作Copyright © 2025. All rights reserved.