Class ModifyBindPlanLiveChannelRequest


  • public class ModifyBindPlanLiveChannelRequest
    extends AbstractModel
    • 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列表