public class ModifyBindPlanLiveChannelRequest extends AbstractModel
skipSign
Constructor and Description |
---|
ModifyBindPlanLiveChannelRequest() |
ModifyBindPlanLiveChannelRequest(ModifyBindPlanLiveChannelRequest 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 |
---|---|
String[] |
getLiveChannelIds()
Get 直播频道ID列表
|
String |
getPlanId()
Get 直播录制计划ID
|
Long |
getType()
Get 1: 绑定 2: 解绑
|
void |
setLiveChannelIds(String[] LiveChannelIds)
Set 直播频道ID列表
|
void |
setPlanId(String PlanId)
Set 直播录制计划ID
|
void |
setType(Long Type)
Set 1: 绑定 2: 解绑
|
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 ModifyBindPlanLiveChannelRequest()
public ModifyBindPlanLiveChannelRequest(ModifyBindPlanLiveChannelRequest source)
public String getPlanId()
public void setPlanId(String PlanId)
PlanId
- 直播录制计划IDpublic Long getType()
public void setType(Long Type)
Type
- 1: 绑定 2: 解绑public String[] getLiveChannelIds()
public void setLiveChannelIds(String[] LiveChannelIds)
LiveChannelIds
- 直播频道ID列表Copyright © 2023. All rights reserved.