public class DeviceStatusLogItem extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DeviceStatusLogItem() | 
| DeviceStatusLogItem(DeviceStatusLogItem 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 | getTime()Get 时间 | 
| String | getType()Get 状态类型: Online 上线,Offline 下线 | 
| void | setData(String Data)Set 日志信息 | 
| void | setTime(String Time)Set 时间 | 
| void | setType(String Type)Set 状态类型: Online 上线,Offline 下线 | 
| 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 DeviceStatusLogItem()
public DeviceStatusLogItem(DeviceStatusLogItem source)
public String getTime()
public void setTime(String Time)
Time - 时间public String getType()
public void setType(String Type)
Type - 状态类型: Online 上线,Offline 下线public String getData()
public void setData(String Data)
Data - 日志信息Copyright © 2025. All rights reserved.