Uses of Class
com.tencentcloudapi.iss.v20230517.models.ChannelInfo
-
Packages that use ChannelInfo Package Description com.tencentcloudapi.iss.v20230517.models -
-
Uses of ChannelInfo in com.tencentcloudapi.iss.v20230517.models
Methods in com.tencentcloudapi.iss.v20230517.models that return ChannelInfo Modifier and Type Method Description ChannelInfo[]UpdateRecordBackupPlanModify. getAdd()Get 要新增的设备通道(Json数组,没有新增时,不需要该字段,一次添加通道总数不超过5000个,包括组织目录下的通道数量)ChannelInfo[]UpdateRecordPlanData. getAdd()Get 要新增的设备通道,Json数组,没有新增时,不需要该字段,一次添加通道总数不超过5000个,包括组织目录下的通道数量ChannelInfo[]AddRecordBackupPlanRequest. getChannels()Get 通道及通道所属设备(添加录像的设备的通道信息,一次添加通道总数不超过5000个,包括组织目录下的通道数量)ChannelInfo[]AddRecordPlanRequest. getChannels()Get 添加录像的设备的通道信息,一次添加通道总数不超过5000个,包括组织目录下的通道数量ChannelInfo[]AddRecordRetrieveTaskRequest. getChannels()Get 设备通道,一个任务最多32个设备通道Methods in com.tencentcloudapi.iss.v20230517.models with parameters of type ChannelInfo Modifier and Type Method Description voidUpdateRecordBackupPlanModify. setAdd(ChannelInfo[] Add)Set 要新增的设备通道(Json数组,没有新增时,不需要该字段,一次添加通道总数不超过5000个,包括组织目录下的通道数量)voidUpdateRecordPlanData. setAdd(ChannelInfo[] Add)Set 要新增的设备通道,Json数组,没有新增时,不需要该字段,一次添加通道总数不超过5000个,包括组织目录下的通道数量voidAddRecordBackupPlanRequest. setChannels(ChannelInfo[] Channels)Set 通道及通道所属设备(添加录像的设备的通道信息,一次添加通道总数不超过5000个,包括组织目录下的通道数量)voidAddRecordPlanRequest. setChannels(ChannelInfo[] Channels)Set 添加录像的设备的通道信息,一次添加通道总数不超过5000个,包括组织目录下的通道数量voidAddRecordRetrieveTaskRequest. setChannels(ChannelInfo[] Channels)Set 设备通道,一个任务最多32个设备通道Constructors in com.tencentcloudapi.iss.v20230517.models with parameters of type ChannelInfo Constructor Description ChannelInfo(ChannelInfo 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.
-