public class DescribeTasksRequest extends AbstractModel
Constructor and Description |
---|
DescribeTasksRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getFileId()
Get Filter: file ID.
|
Long |
getLimit()
Get Number of entries to be returned.
|
String |
getScrollToken()
Get Scrolling identifier which is used for pulling in batches.
|
String |
getStatus()
Get Filter: Task status.
|
Long |
getSubAppId()
Get [Subapplication](https://intl.cloud.tencent.com/document/product/266/14574?from_cn_redirect=1) ID in VOD.
|
void |
setFileId(String FileId)
Set Filter: file ID.
|
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 |
setStatus(String Status)
Set Filter: Task status.
|
void |
setSubAppId(Long SubAppId)
Set [Subapplication](https://intl.cloud.tencent.com/document/product/266/14574?from_cn_redirect=1) ID in VOD.
|
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, toJsonString
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 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.public Long getSubAppId()
public void setSubAppId(Long SubAppId)
SubAppId
- [Subapplication](https://intl.cloud.tencent.com/document/product/266/14574?from_cn_redirect=1) ID in VOD. If you need to access a resource in a subapplication, enter the subapplication ID in this field; otherwise, leave it empty.Copyright © 2021. All rights reserved.