Uses of Class
com.tencentcloudapi.iotvideo.v20201215.models.DeviceUpdateStatus
-
Packages that use DeviceUpdateStatus Package Description com.tencentcloudapi.iotvideo.v20201215.models -
-
Uses of DeviceUpdateStatus in com.tencentcloudapi.iotvideo.v20201215.models
Methods in com.tencentcloudapi.iotvideo.v20201215.models that return DeviceUpdateStatus Modifier and Type Method Description DeviceUpdateStatus[]DescribeFirmwareTaskDevicesResponse. getDevices()Get 固件升级任务的设备列表Methods in com.tencentcloudapi.iotvideo.v20201215.models with parameters of type DeviceUpdateStatus Modifier and Type Method Description voidDescribeFirmwareTaskDevicesResponse. setDevices(DeviceUpdateStatus[] Devices)Set 固件升级任务的设备列表Constructors in com.tencentcloudapi.iotvideo.v20201215.models with parameters of type DeviceUpdateStatus Constructor Description DeviceUpdateStatus(DeviceUpdateStatus 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.
-