public static class QueryDeviceListByDeviceGroupResponseBody.QueryDeviceListByDeviceGroupResponseBodyDataSimpleDeviceInfo
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
deviceName |
String |
iotId |
String |
productKey |
String |
productName |
| 构造器和说明 |
|---|
QueryDeviceListByDeviceGroupResponseBody.QueryDeviceListByDeviceGroupResponseBodyDataSimpleDeviceInfo() |
@NameInMap(value="DeviceName") public String deviceName
@NameInMap(value="IotId") public String iotId
@NameInMap(value="ProductKey") public String productKey
@NameInMap(value="ProductName") public String productName
public QueryDeviceListByDeviceGroupResponseBody.QueryDeviceListByDeviceGroupResponseBodyDataSimpleDeviceInfo()
public static QueryDeviceListByDeviceGroupResponseBody.QueryDeviceListByDeviceGroupResponseBodyDataSimpleDeviceInfo build(Map<String,?> map) throws Exception
Exceptionpublic QueryDeviceListByDeviceGroupResponseBody.QueryDeviceListByDeviceGroupResponseBodyDataSimpleDeviceInfo setDeviceName(String deviceName)
public String getDeviceName()
public QueryDeviceListByDeviceGroupResponseBody.QueryDeviceListByDeviceGroupResponseBodyDataSimpleDeviceInfo setIotId(String iotId)
public String getIotId()
public QueryDeviceListByDeviceGroupResponseBody.QueryDeviceListByDeviceGroupResponseBodyDataSimpleDeviceInfo setProductKey(String productKey)
public String getProductKey()
public QueryDeviceListByDeviceGroupResponseBody.QueryDeviceListByDeviceGroupResponseBodyDataSimpleDeviceInfo setProductName(String productName)
public String getProductName()
Copyright © 2023. All rights reserved.