public class ListVideoDownloadTaskData extends AbstractModel
header, skipSign
Constructor and Description |
---|
ListVideoDownloadTaskData() |
ListVideoDownloadTaskData(ListVideoDownloadTaskData 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 |
---|---|
VideoDownloadTask[] |
getList()
Get 任务列表
|
Long |
getTotalCount()
Get 任务总数
|
void |
setList(VideoDownloadTask[] List)
Set 任务列表
|
void |
setTotalCount(Long TotalCount)
Set 任务总数
|
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, toJsonString
public ListVideoDownloadTaskData()
public ListVideoDownloadTaskData(ListVideoDownloadTaskData source)
public VideoDownloadTask[] getList()
public void setList(VideoDownloadTask[] List)
List
- 任务列表public Long getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount
- 任务总数Copyright © 2025. All rights reserved.