Uses of Class
com.tencentcloudapi.iot.v20180123.models.AppGetDeviceRequest
-
Packages that use AppGetDeviceRequest Package Description com.tencentcloudapi.iot.v20180123 com.tencentcloudapi.iot.v20180123.models -
-
Uses of AppGetDeviceRequest in com.tencentcloudapi.iot.v20180123
Methods in com.tencentcloudapi.iot.v20180123 with parameters of type AppGetDeviceRequest Modifier and Type Method Description AppGetDeviceResponse
IotClient. AppGetDevice(AppGetDeviceRequest req)
获取绑定设备的基本信息与数据模板定义 -
Uses of AppGetDeviceRequest in com.tencentcloudapi.iot.v20180123.models
Constructors in com.tencentcloudapi.iot.v20180123.models with parameters of type AppGetDeviceRequest Constructor Description AppGetDeviceRequest(AppGetDeviceRequest 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.
-