public class GetRecentOpenDocsRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Integer |
maxResults |
String |
nextToken |
String |
operatorId |
构造器和说明 |
---|
GetRecentOpenDocsRequest() |
限定符和类型 | 方法和说明 |
---|---|
static GetRecentOpenDocsRequest |
build(Map<String,?> map) |
Integer |
getMaxResults() |
String |
getNextToken() |
String |
getOperatorId() |
GetRecentOpenDocsRequest |
setMaxResults(Integer maxResults) |
GetRecentOpenDocsRequest |
setNextToken(String nextToken) |
GetRecentOpenDocsRequest |
setOperatorId(String operatorId) |
@NameInMap(value="maxResults") public Integer maxResults
@NameInMap(value="nextToken") public String nextToken
@NameInMap(value="operatorId") public String operatorId
public static GetRecentOpenDocsRequest build(Map<String,?> map) throws Exception
Exception
public GetRecentOpenDocsRequest setMaxResults(Integer maxResults)
public Integer getMaxResults()
public GetRecentOpenDocsRequest setNextToken(String nextToken)
public String getNextToken()
public GetRecentOpenDocsRequest setOperatorId(String operatorId)
public String getOperatorId()
Copyright © 2022. All rights reserved.