public class DeleteDeviceShadowRequest extends AbstractModel
| Constructor and Description | 
|---|
| DeleteDeviceShadowRequest() | 
| DeleteDeviceShadowRequest(DeleteDeviceShadowRequest 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 Device name | 
| String | getProductId()Get Product ID | 
| void | setDeviceName(String DeviceName)Set Device name | 
| void | setProductId(String ProductId)Set Product ID | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic DeleteDeviceShadowRequest()
public DeleteDeviceShadowRequest(DeleteDeviceShadowRequest source)
public String getProductId()
public void setProductId(String ProductId)
ProductId - Product IDpublic String getDeviceName()
public void setDeviceName(String DeviceName)
DeviceName - Device nameCopyright © 2022. All rights reserved.