public class BatchStopWorkflowsByIdsRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
BatchStopWorkflowsByIdsRequest()  | 
BatchStopWorkflowsByIdsRequest(BatchStopWorkflowsByIdsRequest 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 | 
getKillInstance()
Get Whether to terminate the generated instance 
 | 
String | 
getProjectId()
Get Project ID 
 | 
String[] | 
getWorkflowIds()
Get Workflow ID List 
 | 
void | 
setKillInstance(Boolean KillInstance)
Set Whether to terminate the generated instance 
 | 
void | 
setProjectId(String ProjectId)
Set Project ID 
 | 
void | 
setWorkflowIds(String[] WorkflowIds)
Set Workflow ID List 
 | 
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 BatchStopWorkflowsByIdsRequest()
public BatchStopWorkflowsByIdsRequest(BatchStopWorkflowsByIdsRequest source)
public String[] getWorkflowIds()
public void setWorkflowIds(String[] WorkflowIds)
WorkflowIds - Workflow ID Listpublic String getProjectId()
public void setProjectId(String ProjectId)
ProjectId - Project IDpublic Boolean getKillInstance()
public void setKillInstance(Boolean KillInstance)
KillInstance - Whether to terminate the generated instanceCopyright © 2025. All rights reserved.