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