Uses of Class
com.tencentcloudapi.iot.v20180123.models.GetDeviceDataResponse
-
Packages that use GetDeviceDataResponse Package Description com.tencentcloudapi.iot.v20180123 com.tencentcloudapi.iot.v20180123.models -
-
Uses of GetDeviceDataResponse in com.tencentcloudapi.iot.v20180123
Methods in com.tencentcloudapi.iot.v20180123 that return GetDeviceDataResponse Modifier and Type Method Description GetDeviceDataResponse
IotClient. GetDeviceData(GetDeviceDataRequest req)
获取某个设备当前上报到云端的数据,该接口适用于使用数据模板协议的产品。 -
Uses of GetDeviceDataResponse in com.tencentcloudapi.iot.v20180123.models
Constructors in com.tencentcloudapi.iot.v20180123.models with parameters of type GetDeviceDataResponse Constructor Description GetDeviceDataResponse(GetDeviceDataResponse 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.
-