public static class ListOperationLogsRequest.ListOperationLogsRequestOption
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
List<String> |
actions
example:
下载:download_file
|
Integer |
maxResults
example:
30
|
String |
nextToken
example:
next_token
|
String |
operatorId
example:
union_id
|
List<String> |
scenes
example:
知识库:org_biz_meta
|
String |
subjectId
example:
YndMj49yWj95B3qAfGz5pY9d83pmz5aA
|
| 构造器和说明 |
|---|
ListOperationLogsRequestOption() |
@NameInMap(value="maxResults") public Integer maxResults
30
@NameInMap(value="nextToken") public String nextToken
next_token
@NameInMap(value="operatorId") public String operatorId
union_id
@NameInMap(value="subjectId") public String subjectId
YndMj49yWj95B3qAfGz5pY9d83pmz5aA
public static ListOperationLogsRequest.ListOperationLogsRequestOption build(Map<String,?> map) throws Exception
Exceptionpublic ListOperationLogsRequest.ListOperationLogsRequestOption setActions(List<String> actions)
public ListOperationLogsRequest.ListOperationLogsRequestOption setMaxResults(Integer maxResults)
public Integer getMaxResults()
public ListOperationLogsRequest.ListOperationLogsRequestOption setNextToken(String nextToken)
public String getNextToken()
public ListOperationLogsRequest.ListOperationLogsRequestOption setOperatorId(String operatorId)
public String getOperatorId()
public ListOperationLogsRequest.ListOperationLogsRequestOption setScenes(List<String> scenes)
public ListOperationLogsRequest.ListOperationLogsRequestOption setSubjectId(String subjectId)
public String getSubjectId()
Copyright © 2025. All rights reserved.