Uses of Class
com.tencentcloudapi.iotvideo.v20191126.models.DevicesData
-
Packages that use DevicesData Package Description com.tencentcloudapi.iotvideo.v20191126.models -
-
Uses of DevicesData in com.tencentcloudapi.iotvideo.v20191126.models
Methods in com.tencentcloudapi.iotvideo.v20191126.models that return DevicesData Modifier and Type Method Description DevicesData[]DescribeDevicesResponse. getData()Get 设备信息 列表 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.iotvideo.v20191126.models with parameters of type DevicesData Modifier and Type Method Description voidDescribeDevicesResponse. setData(DevicesData[] Data)Set 设备信息 列表 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.iotvideo.v20191126.models with parameters of type DevicesData Constructor Description DevicesData(DevicesData 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.
-