public class NotifyAddThingTopoRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
deviceListStr |
String |
gwDeviceName |
String |
gwIotId |
String |
gwProductKey |
String |
iotInstanceId |
| 构造器和说明 |
|---|
NotifyAddThingTopoRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static NotifyAddThingTopoRequest |
build(Map<String,?> map) |
String |
getDeviceListStr() |
String |
getGwDeviceName() |
String |
getGwIotId() |
String |
getGwProductKey() |
String |
getIotInstanceId() |
NotifyAddThingTopoRequest |
setDeviceListStr(String deviceListStr) |
NotifyAddThingTopoRequest |
setGwDeviceName(String gwDeviceName) |
NotifyAddThingTopoRequest |
setGwIotId(String gwIotId) |
NotifyAddThingTopoRequest |
setGwProductKey(String gwProductKey) |
NotifyAddThingTopoRequest |
setIotInstanceId(String iotInstanceId) |
@NameInMap(value="DeviceListStr") public String deviceListStr
@NameInMap(value="GwDeviceName") public String gwDeviceName
@NameInMap(value="GwIotId") public String gwIotId
@NameInMap(value="GwProductKey") public String gwProductKey
@NameInMap(value="IotInstanceId") public String iotInstanceId
public static NotifyAddThingTopoRequest build(Map<String,?> map) throws Exception
Exceptionpublic NotifyAddThingTopoRequest setDeviceListStr(String deviceListStr)
public String getDeviceListStr()
public NotifyAddThingTopoRequest setGwDeviceName(String gwDeviceName)
public String getGwDeviceName()
public NotifyAddThingTopoRequest setGwIotId(String gwIotId)
public String getGwIotId()
public NotifyAddThingTopoRequest setGwProductKey(String gwProductKey)
public String getGwProductKey()
public NotifyAddThingTopoRequest setIotInstanceId(String iotInstanceId)
public String getIotInstanceId()
Copyright © 2023. All rights reserved.