public class DeleteProductTopicRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
iotInstanceId |
String |
topicId |
| 构造器和说明 |
|---|
DeleteProductTopicRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DeleteProductTopicRequest |
build(Map<String,?> map) |
String |
getIotInstanceId() |
String |
getTopicId() |
DeleteProductTopicRequest |
setIotInstanceId(String iotInstanceId) |
DeleteProductTopicRequest |
setTopicId(String topicId) |
@NameInMap(value="IotInstanceId") public String iotInstanceId
@NameInMap(value="TopicId") public String topicId
public static DeleteProductTopicRequest build(Map<String,?> map) throws Exception
Exceptionpublic DeleteProductTopicRequest setIotInstanceId(String iotInstanceId)
public String getIotInstanceId()
public DeleteProductTopicRequest setTopicId(String topicId)
public String getTopicId()
Copyright © 2023. All rights reserved.