Class DescribeLiveChannelListRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iotvideoindustry.v20201201.models.DescribeLiveChannelListRequest
-
public class DescribeLiveChannelListRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeLiveChannelListRequest()DescribeLiveChannelListRequest(DescribeLiveChannelListRequest 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 最大数StringgetLiveChannelName()Get 频道名称 (支持模糊搜索)LonggetLiveChannelType()Get 直播频道类型,1:固定直播;2:移动直播LonggetOffset()Get 偏移量StringgetRecordPlanId()Get 直播录制计划ID, null: 直播录制计划为空voidsetLimit(Long Limit)Set 最大数voidsetLiveChannelName(String LiveChannelName)Set 频道名称 (支持模糊搜索)voidsetLiveChannelType(Long LiveChannelType)Set 直播频道类型,1:固定直播;2:移动直播voidsetOffset(Long Offset)Set 偏移量voidsetRecordPlanId(String RecordPlanId)Set 直播录制计划ID, null: 直播录制计划为空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
-
DescribeLiveChannelListRequest
public DescribeLiveChannelListRequest()
-
DescribeLiveChannelListRequest
public DescribeLiveChannelListRequest(DescribeLiveChannelListRequest 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
-
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- 最大数
-
getLiveChannelType
public Long getLiveChannelType()
Get 直播频道类型,1:固定直播;2:移动直播- Returns:
- LiveChannelType 直播频道类型,1:固定直播;2:移动直播
-
setLiveChannelType
public void setLiveChannelType(Long LiveChannelType)
Set 直播频道类型,1:固定直播;2:移动直播- Parameters:
LiveChannelType- 直播频道类型,1:固定直播;2:移动直播
-
getRecordPlanId
public String getRecordPlanId()
Get 直播录制计划ID, null: 直播录制计划为空- Returns:
- RecordPlanId 直播录制计划ID, null: 直播录制计划为空
-
setRecordPlanId
public void setRecordPlanId(String RecordPlanId)
Set 直播录制计划ID, null: 直播录制计划为空- Parameters:
RecordPlanId- 直播录制计划ID, null: 直播录制计划为空
-
getLiveChannelName
public String getLiveChannelName()
Get 频道名称 (支持模糊搜索)- Returns:
- LiveChannelName 频道名称 (支持模糊搜索)
-
setLiveChannelName
public void setLiveChannelName(String LiveChannelName)
Set 频道名称 (支持模糊搜索)- Parameters:
LiveChannelName- 频道名称 (支持模糊搜索)
-
-