Uses of Class
com.tencentcloudapi.iotvideoindustry.v20201201.models.GroupDeviceItem
-
Packages that use GroupDeviceItem Package Description com.tencentcloudapi.iotvideoindustry.v20201201.models -
-
Uses of GroupDeviceItem in com.tencentcloudapi.iotvideoindustry.v20201201.models
Methods in com.tencentcloudapi.iotvideoindustry.v20201201.models that return GroupDeviceItem Modifier and Type Method Description GroupDeviceItem[]DescribeGroupDevicesResponse. getDeviceList()Get 设备详情列表 注意:此字段可能返回 null,表示取不到有效值。GroupDeviceItem[]DescribeIPCChannelsResponse. getDeviceList()Get 通道详情列表 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.iotvideoindustry.v20201201.models with parameters of type GroupDeviceItem Modifier and Type Method Description voidDescribeGroupDevicesResponse. setDeviceList(GroupDeviceItem[] DeviceList)Set 设备详情列表 注意:此字段可能返回 null,表示取不到有效值。voidDescribeIPCChannelsResponse. setDeviceList(GroupDeviceItem[] DeviceList)Set 通道详情列表 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.iotvideoindustry.v20201201.models with parameters of type GroupDeviceItem Constructor Description GroupDeviceItem(GroupDeviceItem 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.
-