Uses of Class
com.tencentcloudapi.trro.v20220325.models.CreateDeviceRequest
-
Packages that use CreateDeviceRequest Package Description com.tencentcloudapi.trro.v20220325 com.tencentcloudapi.trro.v20220325.models -
-
Uses of CreateDeviceRequest in com.tencentcloudapi.trro.v20220325
Methods in com.tencentcloudapi.trro.v20220325 with parameters of type CreateDeviceRequest Modifier and Type Method Description CreateDeviceResponseTrroClient. CreateDevice(CreateDeviceRequest req)用于创建设备 -
Uses of CreateDeviceRequest in com.tencentcloudapi.trro.v20220325.models
Constructors in com.tencentcloudapi.trro.v20220325.models with parameters of type CreateDeviceRequest Constructor Description CreateDeviceRequest(CreateDeviceRequest 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.
-