public class DescribeLivePullStreamTasksRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
DescribeLivePullStreamTasksRequest()  | 
DescribeLivePullStreamTasksRequest(DescribeLivePullStreamTasksRequest 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 | 
|---|---|
Long | 
getPageNum()
Get The number of page to start from. 
 | 
Long | 
getPageSize()
Get The maximum number of records per page. 
 | 
String | 
getTaskId()
Get The task ID. 
 | 
void | 
setPageNum(Long PageNum)
Set The number of page to start from. 
 | 
void | 
setPageSize(Long PageSize)
Set The maximum number of records per page. 
 | 
void | 
setTaskId(String TaskId)
Set The task 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 DescribeLivePullStreamTasksRequest()
public DescribeLivePullStreamTasksRequest(DescribeLivePullStreamTasksRequest source)
public String getTaskId()
public void setTaskId(String TaskId)
TaskId - The task ID. 
A task ID is returned by the `CreateLivePullStreamTask` API.
If you do not pass this parameter, all tasks will be returned, sorted by last updated time in descending order.public Long getPageNum()
public void setPageNum(Long PageNum)
PageNum - The number of page to start from. Default value: 1.public Long getPageSize()
public void setPageSize(Long PageSize)
PageSize - The maximum number of records per page. Default value: 10.
Valid values: Any integer between 1 and 20.Copyright © 2025. All rights reserved.