public class DownloadDeviceResourceRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DownloadDeviceResourceRequest() | 
| DownloadDeviceResourceRequest(DownloadDeviceResourceRequest 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 设备名称 | 
| String | getName()Get 资源名称 | 
| String | getProductID()Get 产品ID | 
| void | setDeviceName(String DeviceName)Set 设备名称 | 
| void | setName(String Name)Set 资源名称 | 
| 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 DownloadDeviceResourceRequest()
public DownloadDeviceResourceRequest(DownloadDeviceResourceRequest source)
public String getProductID()
public void setProductID(String ProductID)
ProductID - 产品IDpublic String getName()
public void setName(String Name)
Name - 资源名称public String getDeviceName()
public void setDeviceName(String DeviceName)
DeviceName - 设备名称Copyright © 2025. All rights reserved.