public class BatchDeleteOpsTasksRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
BatchDeleteOpsTasksRequest() |
BatchDeleteOpsTasksRequest(BatchDeleteOpsTasksRequest 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 true: After deletion, downstream tasks can run normally
false: After deletion, downstream tasks cannot run
|
Boolean |
getEnableNotify()
Get true: Notify Downstream Task Responsible Persons
false: Do Not Notify Downstream Task Responsible Persons
|
String |
getProjectId()
Get Project ID
|
String[] |
getTaskIdList()
Get Batch Deleted Task TaskId
|
void |
setDeleteMode(Boolean DeleteMode)
Set true: After deletion, downstream tasks can run normally
false: After deletion, downstream tasks cannot run
|
void |
setEnableNotify(Boolean EnableNotify)
Set true: Notify Downstream Task Responsible Persons
false: Do Not Notify Downstream Task Responsible Persons
|
void |
setProjectId(String ProjectId)
Set Project ID
|
void |
setTaskIdList(String[] TaskIdList)
Set Batch Deleted Task TaskId
|
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 BatchDeleteOpsTasksRequest()
public BatchDeleteOpsTasksRequest(BatchDeleteOpsTasksRequest source)
public String[] getTaskIdList()
public void setTaskIdList(String[] TaskIdList)
TaskIdList
- Batch Deleted Task TaskIdpublic Boolean getDeleteMode()
public void setDeleteMode(Boolean DeleteMode)
DeleteMode
- true: After deletion, downstream tasks can run normally
false: After deletion, downstream tasks cannot runpublic Boolean getEnableNotify()
public void setEnableNotify(Boolean EnableNotify)
EnableNotify
- true: Notify Downstream Task Responsible Persons
false: Do Not Notify Downstream Task Responsible Personspublic String getProjectId()
public void setProjectId(String ProjectId)
ProjectId
- Project IDCopyright © 2025. All rights reserved.