public class GetFolderRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
folderId |
String |
folderPath |
Long |
projectId |
String |
projectIdentifier |
| 构造器和说明 |
|---|
GetFolderRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetFolderRequest |
build(Map<String,?> map) |
String |
getFolderId() |
String |
getFolderPath() |
Long |
getProjectId() |
String |
getProjectIdentifier() |
GetFolderRequest |
setFolderId(String folderId) |
GetFolderRequest |
setFolderPath(String folderPath) |
GetFolderRequest |
setProjectId(Long projectId) |
GetFolderRequest |
setProjectIdentifier(String projectIdentifier) |
@NameInMap(value="FolderId") public String folderId
@NameInMap(value="FolderPath") public String folderPath
@NameInMap(value="ProjectId") public Long projectId
@NameInMap(value="ProjectIdentifier") public String projectIdentifier
public static GetFolderRequest build(Map<String,?> map) throws Exception
Exceptionpublic GetFolderRequest setFolderId(String folderId)
public String getFolderId()
public GetFolderRequest setFolderPath(String folderPath)
public String getFolderPath()
public GetFolderRequest setProjectId(Long projectId)
public Long getProjectId()
public GetFolderRequest setProjectIdentifier(String projectIdentifier)
public String getProjectIdentifier()
Copyright © 2021. All rights reserved.