Uses of Class
com.tencentcloudapi.trro.v20220325.models.Device
-
Packages that use Device Package Description com.tencentcloudapi.trro.v20220325.models -
-
Uses of Device in com.tencentcloudapi.trro.v20220325.models
Methods in com.tencentcloudapi.trro.v20220325.models that return Device Modifier and Type Method Description Device[]GetDevicesResponse. getDevices()Get 设备授权列表Methods in com.tencentcloudapi.trro.v20220325.models with parameters of type Device Modifier and Type Method Description voidGetDevicesResponse. setDevices(Device[] Devices)Set 设备授权列表Constructors in com.tencentcloudapi.trro.v20220325.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.
-