public class DeleteWorkflowByIdRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DeleteWorkflowByIdRequest() |
DeleteWorkflowByIdRequest(DeleteWorkflowByIdRequest 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 |
---|---|
Boolean |
getDeleteMode()
Get Handling method for downstream tasks after deletion, true: all downstream tasks run normally false: all downstream tasks fail
|
Boolean |
getEnableNotify()
Get Notify downstream task owners after task deletion, true: notify false: do not notify
|
String |
getProjectId()
Get Project ID
|
String |
getWorkflowId()
Get Workflow ID
|
void |
setDeleteMode(Boolean DeleteMode)
Set Handling method for downstream tasks after deletion, true: all downstream tasks run normally false: all downstream tasks fail
|
void |
setEnableNotify(Boolean EnableNotify)
Set Notify downstream task owners after task deletion, true: notify false: do not notify
|
void |
setProjectId(String ProjectId)
Set Project 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 DeleteWorkflowByIdRequest()
public DeleteWorkflowByIdRequest(DeleteWorkflowByIdRequest source)
public String getWorkflowId()
public void setWorkflowId(String WorkflowId)
WorkflowId
- Workflow IDpublic String getProjectId()
public void setProjectId(String ProjectId)
ProjectId
- Project IDpublic Boolean getDeleteMode()
public void setDeleteMode(Boolean DeleteMode)
DeleteMode
- Handling method for downstream tasks after deletion, true: all downstream tasks run normally false: all downstream tasks failpublic Boolean getEnableNotify()
public void setEnableNotify(Boolean EnableNotify)
EnableNotify
- Notify downstream task owners after task deletion, true: notify false: do not notifyCopyright © 2024. All rights reserved.