public class BatchAddThingTopoRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
BatchAddThingTopoRequest.BatchAddThingTopoRequestTopoAddItem |
| 限定符和类型 | 字段和说明 |
|---|---|
String |
gwDeviceName |
String |
gwProductKey |
String |
iotInstanceId |
List<BatchAddThingTopoRequest.BatchAddThingTopoRequestTopoAddItem> |
topoAddItem |
| 构造器和说明 |
|---|
BatchAddThingTopoRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static BatchAddThingTopoRequest |
build(Map<String,?> map) |
String |
getGwDeviceName() |
String |
getGwProductKey() |
String |
getIotInstanceId() |
List<BatchAddThingTopoRequest.BatchAddThingTopoRequestTopoAddItem> |
getTopoAddItem() |
BatchAddThingTopoRequest |
setGwDeviceName(String gwDeviceName) |
BatchAddThingTopoRequest |
setGwProductKey(String gwProductKey) |
BatchAddThingTopoRequest |
setIotInstanceId(String iotInstanceId) |
BatchAddThingTopoRequest |
setTopoAddItem(List<BatchAddThingTopoRequest.BatchAddThingTopoRequestTopoAddItem> topoAddItem) |
@NameInMap(value="GwDeviceName") public String gwDeviceName
@NameInMap(value="GwProductKey") public String gwProductKey
@NameInMap(value="IotInstanceId") public String iotInstanceId
@NameInMap(value="TopoAddItem") public List<BatchAddThingTopoRequest.BatchAddThingTopoRequestTopoAddItem> topoAddItem
public static BatchAddThingTopoRequest build(Map<String,?> map) throws Exception
Exceptionpublic BatchAddThingTopoRequest setGwDeviceName(String gwDeviceName)
public String getGwDeviceName()
public BatchAddThingTopoRequest setGwProductKey(String gwProductKey)
public String getGwProductKey()
public BatchAddThingTopoRequest setIotInstanceId(String iotInstanceId)
public String getIotInstanceId()
public BatchAddThingTopoRequest setTopoAddItem(List<BatchAddThingTopoRequest.BatchAddThingTopoRequestTopoAddItem> topoAddItem)
public List<BatchAddThingTopoRequest.BatchAddThingTopoRequestTopoAddItem> getTopoAddItem()
Copyright © 2023. All rights reserved.