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