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="unionId") public String unionId
@NameInMap(value="parentId") public String parentId
@NameInMap(value="nextToken") public String nextToken
@NameInMap(value="maxResults") public Integer maxResults
@NameInMap(value="orderType") public String orderType
@NameInMap(value="withIcon") public Boolean withIcon
public static ListFilesRequest build(Map<String,?> map) throws Exception
Exceptionpublic ListFilesRequest setUnionId(String unionId)
public String getUnionId()
public ListFilesRequest setParentId(String parentId)
public String getParentId()
public ListFilesRequest setNextToken(String nextToken)
public String getNextToken()
public ListFilesRequest setMaxResults(Integer maxResults)
public Integer getMaxResults()
public ListFilesRequest setOrderType(String orderType)
public String getOrderType()
public ListFilesRequest setWithIcon(Boolean withIcon)
public Boolean getWithIcon()
Copyright © 2021. All rights reserved.