public class QueryTopicReverseRouteTableRequest
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
QueryTopicReverseRouteTableRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static QueryTopicReverseRouteTableRequest |
build(Map<String,?> map) |
String |
getIotInstanceId() |
String |
getRegionId() |
String |
getTopic() |
QueryTopicReverseRouteTableRequest |
setIotInstanceId(String iotInstanceId) |
QueryTopicReverseRouteTableRequest |
setRegionId(String regionId) |
QueryTopicReverseRouteTableRequest |
setTopic(String topic) |
@NameInMap(value="IotInstanceId") public String iotInstanceId
@NameInMap(value="RegionId") public String regionId
@NameInMap(value="Topic") public String topic
public static QueryTopicReverseRouteTableRequest build(Map<String,?> map) throws Exception
Exceptionpublic QueryTopicReverseRouteTableRequest setIotInstanceId(String iotInstanceId)
public String getIotInstanceId()
public QueryTopicReverseRouteTableRequest setRegionId(String regionId)
public String getRegionId()
public QueryTopicReverseRouteTableRequest setTopic(String topic)
public String getTopic()
Copyright © 2023. All rights reserved.