public class WorkflowFolder extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
WorkflowFolder()  | 
WorkflowFolder(WorkflowFolder 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 | 
getCreateUserUin()
Get Creator ID. 
 | 
String | 
getFolderId()
Get Folder ID. 
 | 
String | 
getFolderPath()
Get Specifies the absolute path of the folder. 
 | 
String | 
getProjectId()
Get Project ID. 
 | 
void | 
setCreateUserUin(String CreateUserUin)
Set Creator ID. 
 | 
void | 
setFolderId(String FolderId)
Set Folder ID. 
 | 
void | 
setFolderPath(String FolderPath)
Set Specifies the absolute path of the folder. 
 | 
void | 
setProjectId(String ProjectId)
Set Project 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 WorkflowFolder()
public WorkflowFolder(WorkflowFolder source)
public String getProjectId()
public void setProjectId(String ProjectId)
ProjectId - Project ID.public String getFolderId()
public void setFolderId(String FolderId)
FolderId - Folder ID.public String getFolderPath()
public void setFolderPath(String FolderPath)
FolderPath - Specifies the absolute path of the folder.public String getCreateUserUin()
public void setCreateUserUin(String CreateUserUin)
CreateUserUin - Creator ID.Copyright © 2025. All rights reserved.