public class CreateCodeFolderRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateCodeFolderRequest() |
CreateCodeFolderRequest(CreateCodeFolderRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getFolderName()
Get 文件夹名称
|
String |
getParentFolderPath()
Get 父文件夹path,例如/aaa/bbb/ccc,路径头需带斜杠,根目录传/
|
String |
getProjectId()
Get 项目ID
|
void |
setFolderName(String FolderName)
Set 文件夹名称
|
void |
setParentFolderPath(String ParentFolderPath)
Set 父文件夹path,例如/aaa/bbb/ccc,路径头需带斜杠,根目录传/
|
void |
setProjectId(String ProjectId)
Set 项目ID
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CreateCodeFolderRequest()
public CreateCodeFolderRequest(CreateCodeFolderRequest source)
public String getProjectId()
public void setProjectId(String ProjectId)
ProjectId
- 项目IDpublic String getFolderName()
public void setFolderName(String FolderName)
FolderName
- 文件夹名称public String getParentFolderPath()
public void setParentFolderPath(String ParentFolderPath)
ParentFolderPath
- 父文件夹path,例如/aaa/bbb/ccc,路径头需带斜杠,根目录传/Copyright © 2025. All rights reserved.