Uses of Class
com.tencentcloudapi.iot.v20180123.models.Device
-
Packages that use Device Package Description com.tencentcloudapi.iot.v20180123.models -
-
Uses of Device in com.tencentcloudapi.iot.v20180123.models
Methods in com.tencentcloudapi.iot.v20180123.models that return Device Modifier and Type Method Description DeviceAddDeviceResponse. getDevice()Get 设备信息DeviceGetDeviceResponse. getDevice()Get 设备信息DeviceResetDeviceResponse. getDevice()Get 设备信息Methods in com.tencentcloudapi.iot.v20180123.models with parameters of type Device Modifier and Type Method Description voidAddDeviceResponse. setDevice(Device Device)Set 设备信息voidGetDeviceResponse. setDevice(Device Device)Set 设备信息voidResetDeviceResponse. setDevice(Device Device)Set 设备信息Constructors in com.tencentcloudapi.iot.v20180123.models with parameters of type Device Constructor Description Device(Device 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.
-