Class DescribeLivePullStreamTasksRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.live.v20180801.models.DescribeLivePullStreamTasksRequest
-
public class DescribeLivePullStreamTasksRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetPageNum()Get 取得第几页,默认值:1。LonggetPageSize()Get 分页大小,默认值:10。 取值范围:1~20 之前的任意整数。StringgetTaskId()Get 任务 ID。 来源:调用 CreateLivePullStreamTask 接口时返回。 不填默认查询所有任务,按更新时间倒序排序。voidsetPageNum(Long PageNum)Set 取得第几页,默认值:1。voidsetPageSize(Long PageSize)Set 分页大小,默认值:10。 取值范围:1~20 之前的任意整数。voidsetTaskId(String TaskId)Set 任务 ID。 来源:调用 CreateLivePullStreamTask 接口时返回。 不填默认查询所有任务,按更新时间倒序排序。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeLivePullStreamTasksRequest
public DescribeLivePullStreamTasksRequest()
-
DescribeLivePullStreamTasksRequest
public 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.
-
-
Method Detail
-
getTaskId
public String getTaskId()
Get 任务 ID。 来源:调用 CreateLivePullStreamTask 接口时返回。 不填默认查询所有任务,按更新时间倒序排序。- Returns:
- TaskId 任务 ID。 来源:调用 CreateLivePullStreamTask 接口时返回。 不填默认查询所有任务,按更新时间倒序排序。
-
setTaskId
public void setTaskId(String TaskId)
Set 任务 ID。 来源:调用 CreateLivePullStreamTask 接口时返回。 不填默认查询所有任务,按更新时间倒序排序。- Parameters:
TaskId- 任务 ID。 来源:调用 CreateLivePullStreamTask 接口时返回。 不填默认查询所有任务,按更新时间倒序排序。
-
getPageNum
public Long getPageNum()
Get 取得第几页,默认值:1。- Returns:
- PageNum 取得第几页,默认值:1。
-
setPageNum
public void setPageNum(Long PageNum)
Set 取得第几页,默认值:1。- Parameters:
PageNum- 取得第几页,默认值:1。
-
getPageSize
public Long getPageSize()
Get 分页大小,默认值:10。 取值范围:1~20 之前的任意整数。- Returns:
- PageSize 分页大小,默认值:10。 取值范围:1~20 之前的任意整数。
-
setPageSize
public void setPageSize(Long PageSize)
Set 分页大小,默认值:10。 取值范围:1~20 之前的任意整数。- Parameters:
PageSize- 分页大小,默认值:10。 取值范围:1~20 之前的任意整数。
-
-