public class DescribeDsFolderTreeRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeDsFolderTreeRequest() |
DescribeDsFolderTreeRequest(DescribeDsFolderTreeRequest 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 |
getDisplayType()
Get classification.
|
Boolean |
getFirstLevelPull()
Get Whether to Pull at First Level true Yes
false No
|
String |
getFolderId()
Get Folder ID
|
Boolean |
getIncludeTask()
Get Whether to Include Tasks true Yes
false No
|
Boolean |
getIncludeTaskFolder()
Get Does it include task directories? true means yes
false No
|
Boolean |
getIncludeVirtualTask()
Get Does it include virtual tasks? This parameter is effective only when IncludeTask is true, default is true
|
Boolean |
getIncludeWorkflow()
Get Whether to Include Workflow true Yes
false No
|
String |
getKeyword()
Get Keyword Search
|
String |
getProjectId()
Get Project ID
|
String |
getTaskFolderId()
Get Task directory ID
|
String |
getWorkflowId()
Get Workflow ID
|
void |
setDisplayType(String DisplayType)
Set classification.
|
void |
setFirstLevelPull(Boolean FirstLevelPull)
Set Whether to Pull at First Level true Yes
false No
|
void |
setFolderId(String FolderId)
Set Folder ID
|
void |
setIncludeTask(Boolean IncludeTask)
Set Whether to Include Tasks true Yes
false No
|
void |
setIncludeTaskFolder(Boolean IncludeTaskFolder)
Set Does it include task directories? true means yes
false No
|
void |
setIncludeVirtualTask(Boolean IncludeVirtualTask)
Set Does it include virtual tasks? This parameter is effective only when IncludeTask is true, default is true
|
void |
setIncludeWorkflow(Boolean IncludeWorkflow)
Set Whether to Include Workflow true Yes
false No
|
void |
setKeyword(String Keyword)
Set Keyword Search
|
void |
setProjectId(String ProjectId)
Set Project ID
|
void |
setTaskFolderId(String TaskFolderId)
Set Task directory ID
|
void |
setWorkflowId(String WorkflowId)
Set Workflow ID
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeDsFolderTreeRequest()
public DescribeDsFolderTreeRequest(DescribeDsFolderTreeRequest source)
public String getProjectId()
public void setProjectId(String ProjectId)
ProjectId
- Project IDpublic Boolean getFirstLevelPull()
public void setFirstLevelPull(Boolean FirstLevelPull)
FirstLevelPull
- Whether to Pull at First Level true Yes
false Nopublic String getFolderId()
public void setFolderId(String FolderId)
FolderId
- Folder IDpublic String getWorkflowId()
public void setWorkflowId(String WorkflowId)
WorkflowId
- Workflow IDpublic String getKeyword()
public void setKeyword(String Keyword)
Keyword
- Keyword Searchpublic Boolean getIncludeWorkflow()
public void setIncludeWorkflow(Boolean IncludeWorkflow)
IncludeWorkflow
- Whether to Include Workflow true Yes
false Nopublic Boolean getIncludeTask()
public void setIncludeTask(Boolean IncludeTask)
IncludeTask
- Whether to Include Tasks true Yes
false Nopublic Boolean getIncludeVirtualTask()
public void setIncludeVirtualTask(Boolean IncludeVirtualTask)
IncludeVirtualTask
- Does it include virtual tasks? This parameter is effective only when IncludeTask is true, default is truepublic String getTaskFolderId()
public void setTaskFolderId(String TaskFolderId)
TaskFolderId
- Task directory IDpublic String getDisplayType()
public void setDisplayType(String DisplayType)
DisplayType
- classification. Categorized Display catalog. Directory Displaypublic Boolean getIncludeTaskFolder()
public void setIncludeTaskFolder(Boolean IncludeTaskFolder)
IncludeTaskFolder
- Does it include task directories? true means yes
false NoCopyright © 2024. All rights reserved.