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