public class ListAivppResourcesRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Integer |
currentPage
example:
1
|
Integer |
maxResults
example:
20
|
| 构造器和说明 |
|---|
ListAivppResourcesRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ListAivppResourcesRequest |
build(Map<String,?> map) |
Integer |
getCurrentPage() |
Integer |
getMaxResults() |
ListAivppResourcesRequest |
setCurrentPage(Integer currentPage) |
ListAivppResourcesRequest |
setMaxResults(Integer maxResults) |
@NameInMap(value="CurrentPage") public Integer currentPage
1
@NameInMap(value="MaxResults") public Integer maxResults
20
public static ListAivppResourcesRequest build(Map<String,?> map) throws Exception
Exceptionpublic ListAivppResourcesRequest setCurrentPage(Integer currentPage)
public Integer getCurrentPage()
public ListAivppResourcesRequest setMaxResults(Integer maxResults)
public Integer getMaxResults()
Copyright © 2025. All rights reserved.