public class CreateWorkflowFolderRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CreateWorkflowFolderRequest() | 
| CreateWorkflowFolderRequest(CreateWorkflowFolderRequest 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 父文件夹绝对路径,如/abc/de,如果是根目录则传/ | 
| String | getProjectId()Get 项目ID | 
| void | setFolderName(String FolderName)Set 要创建的文件夹名字 | 
| void | setParentFolderPath(String ParentFolderPath)Set 父文件夹绝对路径,如/abc/de,如果是根目录则传/ | 
| 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, toJsonStringpublic CreateWorkflowFolderRequest()
public CreateWorkflowFolderRequest(CreateWorkflowFolderRequest source)
public String getProjectId()
public void setProjectId(String ProjectId)
ProjectId - 项目IDpublic String getParentFolderPath()
public void setParentFolderPath(String ParentFolderPath)
ParentFolderPath - 父文件夹绝对路径,如/abc/de,如果是根目录则传/public String getFolderName()
public void setFolderName(String FolderName)
FolderName - 要创建的文件夹名字Copyright © 2025. All rights reserved.