Uses of Class
com.tencentcloudapi.iot.v20180123.models.GetDevicesResponse
-
Packages that use GetDevicesResponse Package Description com.tencentcloudapi.iot.v20180123 com.tencentcloudapi.iot.v20180123.models -
-
Uses of GetDevicesResponse in com.tencentcloudapi.iot.v20180123
Methods in com.tencentcloudapi.iot.v20180123 that return GetDevicesResponse Modifier and Type Method Description GetDevicesResponse
IotClient. GetDevices(GetDevicesRequest req)
提供分页查询某个产品Id下设备信息的能力。 -
Uses of GetDevicesResponse in com.tencentcloudapi.iot.v20180123.models
Constructors in com.tencentcloudapi.iot.v20180123.models with parameters of type GetDevicesResponse Constructor Description GetDevicesResponse(GetDevicesResponse 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.
-