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:"后字段
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getDeviceShadowUpdateTime()
Get 设备影子更新时间
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getWID()
Get 设备ID
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDeviceShadow(String DeviceShadow)
Set 设备影子数据,返回有效数据为"x-json:"后字段
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDeviceShadowUpdateTime(String DeviceShadowUpdateTime)
Set 设备影子更新时间
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setWID(String WID)
Set 设备ID
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DeviceShadowInfo()
public DeviceShadowInfo(DeviceShadowInfo source)
public String getWID()
public void setWID(String WID)
WID
- 设备ID
注意:此字段可能返回 null,表示取不到有效值。public String getDeviceShadow()
public void setDeviceShadow(String DeviceShadow)
DeviceShadow
- 设备影子数据,返回有效数据为"x-json:"后字段
注意:此字段可能返回 null,表示取不到有效值。public String getDeviceShadowUpdateTime()
public void setDeviceShadowUpdateTime(String DeviceShadowUpdateTime)
DeviceShadowUpdateTime
- 设备影子更新时间
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.