Uses of Class
com.tencentcloudapi.iotvideoindustry.v20201201.models.ChannelItem
-
Packages that use ChannelItem Package Description com.tencentcloudapi.iotvideoindustry.v20201201.models -
-
Uses of ChannelItem in com.tencentcloudapi.iotvideoindustry.v20201201.models
Methods in com.tencentcloudapi.iotvideoindustry.v20201201.models that return ChannelItem Modifier and Type Method Description ChannelItem[]CreateRecordingPlanRequest. getChannels()Get 该录制计划绑定的通道列表ChannelItem[]CreateSceneRequest. getChannels()Get 通道列表ChannelItem[]ModifyBindRecordingPlanRequest. getChannels()Get 录制通道列表ChannelItem[]ModifyBindSceneChannelsRequest. getChannels()Get 通道列表ChannelItem[]RecordPlanDetail. getChannels()Get 绑定的通道列表 注意:此字段可能返回 null,表示取不到有效值。ChannelItem[]DescribeBindSceneChannelsResponse. getList()Get 通道列表 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.iotvideoindustry.v20201201.models with parameters of type ChannelItem Modifier and Type Method Description voidCreateRecordingPlanRequest. setChannels(ChannelItem[] Channels)Set 该录制计划绑定的通道列表voidCreateSceneRequest. setChannels(ChannelItem[] Channels)Set 通道列表voidModifyBindRecordingPlanRequest. setChannels(ChannelItem[] Channels)Set 录制通道列表voidModifyBindSceneChannelsRequest. setChannels(ChannelItem[] Channels)Set 通道列表voidRecordPlanDetail. setChannels(ChannelItem[] Channels)Set 绑定的通道列表 注意:此字段可能返回 null,表示取不到有效值。voidDescribeBindSceneChannelsResponse. setList(ChannelItem[] List)Set 通道列表 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.iotvideoindustry.v20201201.models with parameters of type ChannelItem Constructor Description ChannelItem(ChannelItem 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.
-