public class DescribeDeviceShadowRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeDeviceShadowRequest() | 
| DescribeDeviceShadowRequest(DescribeDeviceShadowRequest 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 | getDeviceName()Get 设备名称。命名规则:[a-zA-Z0-9:_-]{1,60} | 
| String | getProductId()Get 产品 ID | 
| void | setDeviceName(String DeviceName)Set 设备名称。命名规则:[a-zA-Z0-9:_-]{1,60} | 
| void | setProductId(String ProductId)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 DescribeDeviceShadowRequest()
public DescribeDeviceShadowRequest(DescribeDeviceShadowRequest source)
public String getProductId()
public void setProductId(String ProductId)
ProductId - 产品 IDpublic String getDeviceName()
public void setDeviceName(String DeviceName)
DeviceName - 设备名称。命名规则:[a-zA-Z0-9:_-]{1,60}Copyright © 2025. All rights reserved.