public class QueryShortcutScopesResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
List<Long> |
deptVisibleScopes |
List<String> |
userVisibleScopes |
| 构造器和说明 |
|---|
QueryShortcutScopesResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static QueryShortcutScopesResponseBody |
build(Map<String,?> map) |
List<Long> |
getDeptVisibleScopes() |
List<String> |
getUserVisibleScopes() |
QueryShortcutScopesResponseBody |
setDeptVisibleScopes(List<Long> deptVisibleScopes) |
QueryShortcutScopesResponseBody |
setUserVisibleScopes(List<String> userVisibleScopes) |
public static QueryShortcutScopesResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic QueryShortcutScopesResponseBody setDeptVisibleScopes(List<Long> deptVisibleScopes)
public QueryShortcutScopesResponseBody setUserVisibleScopes(List<String> userVisibleScopes)
Copyright © 2022. All rights reserved.