Class ModifyBindPlanLiveChannelRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iotvideoindustry.v20201201.models.ModifyBindPlanLiveChannelRequest
-
public class ModifyBindPlanLiveChannelRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]getLiveChannelIds()Get 直播频道ID列表StringgetPlanId()Get 直播录制计划IDLonggetType()Get 1: 绑定 2: 解绑voidsetLiveChannelIds(String[] LiveChannelIds)Set 直播频道ID列表voidsetPlanId(String PlanId)Set 直播录制计划IDvoidsetType(Long Type)Set 1: 绑定 2: 解绑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
-
ModifyBindPlanLiveChannelRequest
public ModifyBindPlanLiveChannelRequest()
-
ModifyBindPlanLiveChannelRequest
public 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.
-
-
Method Detail
-
getPlanId
public String getPlanId()
Get 直播录制计划ID- Returns:
- PlanId 直播录制计划ID
-
setPlanId
public void setPlanId(String PlanId)
Set 直播录制计划ID- Parameters:
PlanId- 直播录制计划ID
-
getType
public Long getType()
Get 1: 绑定 2: 解绑- Returns:
- Type 1: 绑定 2: 解绑
-
setType
public void setType(Long Type)
Set 1: 绑定 2: 解绑- Parameters:
Type- 1: 绑定 2: 解绑
-
getLiveChannelIds
public String[] getLiveChannelIds()
Get 直播频道ID列表- Returns:
- LiveChannelIds 直播频道ID列表
-
setLiveChannelIds
public void setLiveChannelIds(String[] LiveChannelIds)
Set 直播频道ID列表- Parameters:
LiveChannelIds- 直播频道ID列表
-
-