Uses of Class
com.tencentcloudapi.iot.v20180123.models.GetDeviceStatusesResponse
-
Packages that use GetDeviceStatusesResponse Package Description com.tencentcloudapi.iot.v20180123 com.tencentcloudapi.iot.v20180123.models -
-
Uses of GetDeviceStatusesResponse in com.tencentcloudapi.iot.v20180123
Methods in com.tencentcloudapi.iot.v20180123 that return GetDeviceStatusesResponse Modifier and Type Method Description GetDeviceStatusesResponse
IotClient. GetDeviceStatuses(GetDeviceStatusesRequest req)
批量获取设备的当前状态,状态包括在线、离线或未激活状态。 -
Uses of GetDeviceStatusesResponse in com.tencentcloudapi.iot.v20180123.models
Constructors in com.tencentcloudapi.iot.v20180123.models with parameters of type GetDeviceStatusesResponse Constructor Description GetDeviceStatusesResponse(GetDeviceStatusesResponse 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.
-