Uses of Class
com.tencentcloudapi.iot.v20180123.models.ResetDeviceResponse
-
Packages that use ResetDeviceResponse Package Description com.tencentcloudapi.iot.v20180123 com.tencentcloudapi.iot.v20180123.models -
-
Uses of ResetDeviceResponse in com.tencentcloudapi.iot.v20180123
Methods in com.tencentcloudapi.iot.v20180123 that return ResetDeviceResponse Modifier and Type Method Description ResetDeviceResponseIotClient. ResetDevice(ResetDeviceRequest req)重置设备操作,将会为设备生成新的证书及清空最新数据,需谨慎操作。 -
Uses of ResetDeviceResponse in com.tencentcloudapi.iot.v20180123.models
Constructors in com.tencentcloudapi.iot.v20180123.models with parameters of type ResetDeviceResponse Constructor Description ResetDeviceResponse(ResetDeviceResponse 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.
-