public class CreateWorkflowRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateWorkflowRequest() |
CreateWorkflowRequest(CreateWorkflowRequest 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 |
getBundleId()
Get BundleId item.
|
String |
getBundleInfo()
Get Bundle info.
|
String |
getOwnerUin()
Get Workflow owner ID.
|
String |
getParentFolderPath()
Get Specifies the folder path.
|
String |
getProjectId()
Get Project ID.
|
String |
getWorkflowDesc()
Get Workflow description.
|
String |
getWorkflowName()
Get Workflow name.
|
ParamInfo[] |
getWorkflowParams()
Get Workflow parameter.
|
WorkflowSchedulerConfigurationInfo |
getWorkflowSchedulerConfiguration()
Get Specifies unified scheduling info.
|
String |
getWorkflowType()
Get Workflow type.
|
void |
setBundleId(String BundleId)
Set BundleId item.
|
void |
setBundleInfo(String BundleInfo)
Set Bundle info.
|
void |
setOwnerUin(String OwnerUin)
Set Workflow owner ID.
|
void |
setParentFolderPath(String ParentFolderPath)
Set Specifies the folder path.
|
void |
setProjectId(String ProjectId)
Set Project ID.
|
void |
setWorkflowDesc(String WorkflowDesc)
Set Workflow description.
|
void |
setWorkflowName(String WorkflowName)
Set Workflow name.
|
void |
setWorkflowParams(ParamInfo[] WorkflowParams)
Set Workflow parameter.
|
void |
setWorkflowSchedulerConfiguration(WorkflowSchedulerConfigurationInfo WorkflowSchedulerConfiguration)
Set Specifies unified scheduling info.
|
void |
setWorkflowType(String WorkflowType)
Set Workflow type.
|
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 CreateWorkflowRequest()
public CreateWorkflowRequest(CreateWorkflowRequest source)
public String getProjectId()
public void setProjectId(String ProjectId)
ProjectId
- Project ID.public String getWorkflowName()
public void setWorkflowName(String WorkflowName)
WorkflowName
- Workflow name.public String getParentFolderPath()
public void setParentFolderPath(String ParentFolderPath)
ParentFolderPath
- Specifies the folder path.public String getWorkflowType()
public void setWorkflowType(String WorkflowType)
WorkflowType
- Workflow type. value examples: cycle for periodic workflow; manual for manual workflow. default input: cycle.public String getWorkflowDesc()
public void setWorkflowDesc(String WorkflowDesc)
WorkflowDesc
- Workflow description.public String getOwnerUin()
public void setOwnerUin(String OwnerUin)
OwnerUin
- Workflow owner ID.public ParamInfo[] getWorkflowParams()
public void setWorkflowParams(ParamInfo[] WorkflowParams)
WorkflowParams
- Workflow parameter.public WorkflowSchedulerConfigurationInfo getWorkflowSchedulerConfiguration()
public void setWorkflowSchedulerConfiguration(WorkflowSchedulerConfigurationInfo WorkflowSchedulerConfiguration)
WorkflowSchedulerConfiguration
- Specifies unified scheduling info.public String getBundleId()
public void setBundleId(String BundleId)
BundleId
- BundleId item.public String getBundleInfo()
public void setBundleInfo(String BundleInfo)
BundleInfo
- Bundle info.Copyright © 2025. All rights reserved.