public class GetDataServiceFolderRequest
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
GetDataServiceFolderRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetDataServiceFolderRequest |
build(Map<String,?> map) |
Long |
getFolderId() |
Long |
getProjectId() |
Long |
getTenantId() |
GetDataServiceFolderRequest |
setFolderId(Long folderId) |
GetDataServiceFolderRequest |
setProjectId(Long projectId) |
GetDataServiceFolderRequest |
setTenantId(Long tenantId) |
@NameInMap(value="FolderId") public Long folderId
@NameInMap(value="ProjectId") public Long projectId
@NameInMap(value="TenantId") public Long tenantId
public static GetDataServiceFolderRequest build(Map<String,?> map) throws Exception
Exceptionpublic GetDataServiceFolderRequest setFolderId(Long folderId)
public Long getFolderId()
public GetDataServiceFolderRequest setProjectId(Long projectId)
public Long getProjectId()
public GetDataServiceFolderRequest setTenantId(Long tenantId)
public Long getTenantId()
Copyright © 2021. All rights reserved.