Uses of Class
com.tencentcloudapi.iotvideoindustry.v20201201.models.DescribeIPCChannelsRequest
-
Packages that use DescribeIPCChannelsRequest Package Description com.tencentcloudapi.iotvideoindustry.v20201201 com.tencentcloudapi.iotvideoindustry.v20201201.models -
-
Uses of DescribeIPCChannelsRequest in com.tencentcloudapi.iotvideoindustry.v20201201
Methods in com.tencentcloudapi.iotvideoindustry.v20201201 with parameters of type DescribeIPCChannelsRequest Modifier and Type Method Description DescribeIPCChannelsResponseIotvideoindustryClient. DescribeIPCChannels(DescribeIPCChannelsRequest req)获取IPC设备下属通道 请使用DescribeChannels接口 -
Uses of DescribeIPCChannelsRequest in com.tencentcloudapi.iotvideoindustry.v20201201.models
Constructors in com.tencentcloudapi.iotvideoindustry.v20201201.models with parameters of type DescribeIPCChannelsRequest Constructor Description DescribeIPCChannelsRequest(DescribeIPCChannelsRequest 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.
-