public class DeviceShadowInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DeviceShadowInfo() | 
| DeviceShadowInfo(DeviceShadowInfo 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 | getDeviceShadow()Get 设备影子数据,返回有效数据为"x-json:"后字段 | 
| String | getDeviceShadowUpdateTime()Get 设备影子更新时间 | 
| String | getWID()Get 设备ID | 
| void | setDeviceShadow(String DeviceShadow)Set 设备影子数据,返回有效数据为"x-json:"后字段 | 
| void | setDeviceShadowUpdateTime(String DeviceShadowUpdateTime)Set 设备影子更新时间 | 
| void | setWID(String WID)Set 设备ID | 
| 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 DeviceShadowInfo()
public DeviceShadowInfo(DeviceShadowInfo source)
public String getWID()
public void setWID(String WID)
WID - 设备IDpublic String getDeviceShadow()
public void setDeviceShadow(String DeviceShadow)
DeviceShadow - 设备影子数据,返回有效数据为"x-json:"后字段public String getDeviceShadowUpdateTime()
public void setDeviceShadowUpdateTime(String DeviceShadowUpdateTime)
DeviceShadowUpdateTime - 设备影子更新时间Copyright © 2025. All rights reserved.