Class DescribeChannelsByLiveRecordPlanRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iotvideoindustry.v20201201.models.DescribeChannelsByLiveRecordPlanRequest
-
public class DescribeChannelsByLiveRecordPlanRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeChannelsByLiveRecordPlanRequest()DescribeChannelsByLiveRecordPlanRequest(DescribeChannelsByLiveRecordPlanRequest 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 LonggetLimit()Get 分页大小LonggetOffset()Get 分页偏移量StringgetPlanId()Get 录制计划IDvoidsetLimit(Long Limit)Set 分页大小voidsetOffset(Long Offset)Set 分页偏移量voidsetPlanId(String PlanId)Set 录制计划IDvoidtoMap(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
-
DescribeChannelsByLiveRecordPlanRequest
public DescribeChannelsByLiveRecordPlanRequest()
-
DescribeChannelsByLiveRecordPlanRequest
public DescribeChannelsByLiveRecordPlanRequest(DescribeChannelsByLiveRecordPlanRequest 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
-
getPlanId
public String getPlanId()
Get 录制计划ID- Returns:
- PlanId 录制计划ID
-
setPlanId
public void setPlanId(String PlanId)
Set 录制计划ID- Parameters:
PlanId- 录制计划ID
-
getOffset
public Long getOffset()
Get 分页偏移量- Returns:
- Offset 分页偏移量
-
setOffset
public void setOffset(Long Offset)
Set 分页偏移量- Parameters:
Offset- 分页偏移量
-
getLimit
public Long getLimit()
Get 分页大小- Returns:
- Limit 分页大小
-
setLimit
public void setLimit(Long Limit)
Set 分页大小- Parameters:
Limit- 分页大小
-
-