public class BatchGetWorkspacesRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Boolean |
includeRecent |
String |
operatorId |
List<String> |
workspaceIds |
| 构造器和说明 |
|---|
BatchGetWorkspacesRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static BatchGetWorkspacesRequest |
build(Map<String,?> map) |
Boolean |
getIncludeRecent() |
String |
getOperatorId() |
List<String> |
getWorkspaceIds() |
BatchGetWorkspacesRequest |
setIncludeRecent(Boolean includeRecent) |
BatchGetWorkspacesRequest |
setOperatorId(String operatorId) |
BatchGetWorkspacesRequest |
setWorkspaceIds(List<String> workspaceIds) |
@NameInMap(value="includeRecent") public Boolean includeRecent
@NameInMap(value="operatorId") public String operatorId
public static BatchGetWorkspacesRequest build(Map<String,?> map) throws Exception
Exceptionpublic BatchGetWorkspacesRequest setIncludeRecent(Boolean includeRecent)
public Boolean getIncludeRecent()
public BatchGetWorkspacesRequest setOperatorId(String operatorId)
public String getOperatorId()
public BatchGetWorkspacesRequest setWorkspaceIds(List<String> workspaceIds)
Copyright © 2022. All rights reserved.