public class QueryDeviceListByDeviceGroupRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Integer |
currentPage |
String |
groupId |
String |
iotInstanceId |
Integer |
pageSize |
| 构造器和说明 |
|---|
QueryDeviceListByDeviceGroupRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static QueryDeviceListByDeviceGroupRequest |
build(Map<String,?> map) |
Integer |
getCurrentPage() |
String |
getGroupId() |
String |
getIotInstanceId() |
Integer |
getPageSize() |
QueryDeviceListByDeviceGroupRequest |
setCurrentPage(Integer currentPage) |
QueryDeviceListByDeviceGroupRequest |
setGroupId(String groupId) |
QueryDeviceListByDeviceGroupRequest |
setIotInstanceId(String iotInstanceId) |
QueryDeviceListByDeviceGroupRequest |
setPageSize(Integer pageSize) |
@NameInMap(value="CurrentPage") public Integer currentPage
@NameInMap(value="GroupId") public String groupId
@NameInMap(value="IotInstanceId") public String iotInstanceId
@NameInMap(value="PageSize") public Integer pageSize
public static QueryDeviceListByDeviceGroupRequest build(Map<String,?> map) throws Exception
Exceptionpublic QueryDeviceListByDeviceGroupRequest setCurrentPage(Integer currentPage)
public Integer getCurrentPage()
public QueryDeviceListByDeviceGroupRequest setGroupId(String groupId)
public String getGroupId()
public QueryDeviceListByDeviceGroupRequest setIotInstanceId(String iotInstanceId)
public String getIotInstanceId()
public QueryDeviceListByDeviceGroupRequest setPageSize(Integer pageSize)
public Integer getPageSize()
Copyright © 2023. All rights reserved.