Uses of Class
com.tencentcloudapi.iotvideo.v20201215.models.DeviceInfo
-
Packages that use DeviceInfo Package Description com.tencentcloudapi.iotvideo.v20201215.models -
-
Uses of DeviceInfo in com.tencentcloudapi.iotvideo.v20201215.models
Methods in com.tencentcloudapi.iotvideo.v20201215.models that return DeviceInfo Modifier and Type Method Description DeviceInfo[]DescribeDevicesResponse. getDevices()Get 设备详细信息列表Methods in com.tencentcloudapi.iotvideo.v20201215.models with parameters of type DeviceInfo Modifier and Type Method Description voidDescribeDevicesResponse. setDevices(DeviceInfo[] Devices)Set 设备详细信息列表Constructors in com.tencentcloudapi.iotvideo.v20201215.models with parameters of type DeviceInfo Constructor Description DeviceInfo(DeviceInfo 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.
-