public class StartOpsTasksRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| StartOpsTasksRequest() | 
| StartOpsTasksRequest(StartOpsTasksRequest 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 | getEnableDataBackfill()Get 启动时是否补录上次暂停到当前的中间实例,默认false即不补录 | 
| String | getProjectId()Get 所属项目Id | 
| String[] | getTaskIds()Get 任务Id列表 | 
| void | setEnableDataBackfill(Boolean EnableDataBackfill)Set 启动时是否补录上次暂停到当前的中间实例,默认false即不补录 | 
| void | setProjectId(String ProjectId)Set 所属项目Id | 
| void | setTaskIds(String[] TaskIds)Set 任务Id列表 | 
| 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 StartOpsTasksRequest()
public StartOpsTasksRequest(StartOpsTasksRequest source)
public String getProjectId()
public void setProjectId(String ProjectId)
ProjectId - 所属项目Idpublic String[] getTaskIds()
public void setTaskIds(String[] TaskIds)
TaskIds - 任务Id列表public Boolean getEnableDataBackfill()
public void setEnableDataBackfill(Boolean EnableDataBackfill)
EnableDataBackfill - 启动时是否补录上次暂停到当前的中间实例,默认false即不补录Copyright © 2025. All rights reserved.