public class GetDeviceBydeviceidResponse
extends cn.com.antcloud.api.product.AntCloudProdResponse
| 构造器和说明 |
|---|
GetDeviceBydeviceidResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<Device> |
getDeviceList()
设备详情
|
List<String> |
getMissDeviceIdList()
设备信息不存在的deviceid集合
|
List<String> |
getSuccessDeviceIdList()
成功获取到设备信息的deviceid集合
|
void |
setDeviceList(List<Device> deviceList)
设备详情
|
void |
setMissDeviceIdList(List<String> missDeviceIdList)
设备信息不存在的deviceid集合
|
void |
setSuccessDeviceIdList(List<String> successDeviceIdList)
成功获取到设备信息的deviceid集合
|
Copyright © 2021. All Rights Reserved.