public class ListFilesRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Integer |
maxResults |
String |
nextToken |
String |
orderType |
String |
parentId |
String |
unionId |
Boolean |
withIcon |
| 构造器和说明 |
|---|
ListFilesRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ListFilesRequest |
build(Map<String,?> map) |
Integer |
getMaxResults() |
String |
getNextToken() |
String |
getOrderType() |
String |
getParentId() |
String |
getUnionId() |
Boolean |
getWithIcon() |
ListFilesRequest |
setMaxResults(Integer maxResults) |
ListFilesRequest |
setNextToken(String nextToken) |
ListFilesRequest |
setOrderType(String orderType) |
ListFilesRequest |
setParentId(String parentId) |
ListFilesRequest |
setUnionId(String unionId) |
ListFilesRequest |
setWithIcon(Boolean withIcon) |
@NameInMap(value="maxResults") public Integer maxResults
@NameInMap(value="nextToken") public String nextToken
@NameInMap(value="orderType") public String orderType
@NameInMap(value="parentId") public String parentId
@NameInMap(value="unionId") public String unionId
@NameInMap(value="withIcon") public Boolean withIcon
public static ListFilesRequest build(Map<String,?> map) throws Exception
Exceptionpublic ListFilesRequest setMaxResults(Integer maxResults)
public Integer getMaxResults()
public ListFilesRequest setNextToken(String nextToken)
public String getNextToken()
public ListFilesRequest setOrderType(String orderType)
public String getOrderType()
public ListFilesRequest setParentId(String parentId)
public String getParentId()
public ListFilesRequest setUnionId(String unionId)
public String getUnionId()
public ListFilesRequest setWithIcon(Boolean withIcon)
public Boolean getWithIcon()
Copyright © 2022. All rights reserved.