public class DescribeTasksRequest extends AbstractModel
header, skipSign| Constructor and Description |
|---|
DescribeTasksRequest() |
DescribeTasksRequest(DescribeTasksRequest 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 |
|---|---|
TimeRange |
getCreateTime()
Get Filter: task creation time.
|
String |
getFileId()
Get Filter: file ID.
|
TimeRange |
getFinishTime()
Get Filter: task end time.
|
Long |
getLimit()
Get Number of entries to be returned.
|
String |
getScrollToken()
Get Scrolling identifier which is used for pulling in batches.
|
SortBy |
getSort()
Get Sort field.
|
String |
getStatus()
Get Filter: Task status.
|
Long |
getSubAppId()
Get The VOD [application](https://intl.cloud.tencent.com/document/product/266/14574) ID.
|
void |
setCreateTime(TimeRange CreateTime)
Set Filter: task creation time.
|
void |
setFileId(String FileId)
Set Filter: file ID.
|
void |
setFinishTime(TimeRange FinishTime)
Set Filter: task end time.
|
void |
setLimit(Long Limit)
Set Number of entries to be returned.
|
void |
setScrollToken(String ScrollToken)
Set Scrolling identifier which is used for pulling in batches.
|
void |
setSort(SortBy Sort)
Set Sort field.
|
void |
setStatus(String Status)
Set Filter: Task status.
|
void |
setSubAppId(Long SubAppId)
Set The VOD [application](https://intl.cloud.tencent.com/document/product/266/14574) 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 DescribeTasksRequest()
public DescribeTasksRequest(DescribeTasksRequest source)
public Long getSubAppId()
public void setSubAppId(Long SubAppId)
SubAppId - The VOD [application](https://intl.cloud.tencent.com/document/product/266/14574) ID. For customers who activate VOD service from December 25, 2023, if they want to access resources in a VOD application (whether it's the default application or a newly created one), they must fill in this field with the application ID.public String getStatus()
public void setStatus(String Status)
Status - Filter: Task status. Valid values: WAITING (waiting), PROCESSING (processing), FINISH (completed).public String getFileId()
public void setFileId(String FileId)
FileId - Filter: file ID.public TimeRange getCreateTime()
public void setCreateTime(TimeRange CreateTime)
CreateTime - Filter: task creation time.public TimeRange getFinishTime()
public void setFinishTime(TimeRange FinishTime)
FinishTime - Filter: task end time.public SortBy getSort()
public void setSort(SortBy Sort)
Sort - Sort field. Valid values:
public Long getLimit()
public void setLimit(Long Limit)
Limit - Number of entries to be returned. Default value: 10. Maximum value: 100.public String getScrollToken()
public void setScrollToken(String ScrollToken)
ScrollToken - Scrolling identifier which is used for pulling in batches. If a single request cannot pull all the data entries, the API will return `ScrollToken`, and if the next request carries it, the next pull will start from the next entry.Copyright © 2025. All rights reserved.