public class DeviceDownloadTask extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DeviceDownloadTask() | 
| DeviceDownloadTask(DeviceDownloadTask 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 | getDownloadURL()Get 同步数据下载的url | 
| Long | getTaskId()Get 异步任务id,需要根据id去任务中心下载 | 
| void | setDownloadURL(String DownloadURL)Set 同步数据下载的url | 
| void | setTaskId(Long TaskId)Set 异步任务id,需要根据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 DeviceDownloadTask()
public DeviceDownloadTask(DeviceDownloadTask source)
public String getDownloadURL()
public void setDownloadURL(String DownloadURL)
DownloadURL - 同步数据下载的urlpublic Long getTaskId()
public void setTaskId(Long TaskId)
TaskId - 异步任务id,需要根据id去任务中心下载Copyright © 2025. All rights reserved.