public class DescribeLiveChannelListRequest extends AbstractModel
skipSign
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Long |
getLimit()
Get 最大数
|
String |
getLiveChannelName()
Get 频道名称 (支持模糊搜索)
|
Long |
getLiveChannelType()
Get 直播频道类型,1:固定直播;2:移动直播
|
Long |
getOffset()
Get 偏移量
|
String |
getRecordPlanId()
Get 直播录制计划ID, null: 直播录制计划为空
|
void |
setLimit(Long Limit)
Set 最大数
|
void |
setLiveChannelName(String LiveChannelName)
Set 频道名称 (支持模糊搜索)
|
void |
setLiveChannelType(Long LiveChannelType)
Set 直播频道类型,1:固定直播;2:移动直播
|
void |
setOffset(Long Offset)
Set 偏移量
|
void |
setRecordPlanId(String RecordPlanId)
Set 直播录制计划ID, null: 直播录制计划为空
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeLiveChannelListRequest()
public DescribeLiveChannelListRequest(DescribeLiveChannelListRequest source)
public Long getOffset()
public void setOffset(Long Offset)
Offset
- 偏移量public Long getLimit()
public void setLimit(Long Limit)
Limit
- 最大数public Long getLiveChannelType()
public void setLiveChannelType(Long LiveChannelType)
LiveChannelType
- 直播频道类型,1:固定直播;2:移动直播public String getRecordPlanId()
public void setRecordPlanId(String RecordPlanId)
RecordPlanId
- 直播录制计划ID, null: 直播录制计划为空public String getLiveChannelName()
public void setLiveChannelName(String LiveChannelName)
LiveChannelName
- 频道名称 (支持模糊搜索)Copyright © 2023. All rights reserved.