Class ModifyBindRecordingPlanRequest


  • public class ModifyBindRecordingPlanRequest
    extends AbstractModel
    • Constructor Detail

      • ModifyBindRecordingPlanRequest

        public ModifyBindRecordingPlanRequest()
      • ModifyBindRecordingPlanRequest

        public ModifyBindRecordingPlanRequest​(ModifyBindRecordingPlanRequest 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

      • getType

        public Long getType()
        Get 操作类型: 1-绑定设备 ;2-解绑设备
        Returns:
        Type 操作类型: 1-绑定设备 ;2-解绑设备
      • setType

        public void setType​(Long Type)
        Set 操作类型: 1-绑定设备 ;2-解绑设备
        Parameters:
        Type - 操作类型: 1-绑定设备 ;2-解绑设备
      • getPlanId

        public String getPlanId()
        Get 录制计划ID
        Returns:
        PlanId 录制计划ID
      • setPlanId

        public void setPlanId​(String PlanId)
        Set 录制计划ID
        Parameters:
        PlanId - 录制计划ID
      • getChannels

        public ChannelItem[] getChannels()
        Get 录制通道列表
        Returns:
        Channels 录制通道列表
      • setChannels

        public void setChannels​(ChannelItem[] Channels)
        Set 录制通道列表
        Parameters:
        Channels - 录制通道列表