public class BatchStartIntegrationTasksRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| BatchStartIntegrationTasksRequest() | 
| BatchStartIntegrationTasksRequest(BatchStartIntegrationTasksRequest 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 | getProjectId()Get 项目id | 
| StartTaskInfo[] | getStartTaskInfoSet()Get 批量运行集成任务,目前仅实时集成用到了这个参数 | 
| String[] | getTaskIds()Get 任务id | 
| Long | getTaskType()Get 任务类型,201为实时任务,202为离线任务 | 
| void | setProjectId(String ProjectId)Set 项目id | 
| void | setStartTaskInfoSet(StartTaskInfo[] StartTaskInfoSet)Set 批量运行集成任务,目前仅实时集成用到了这个参数 | 
| void | setTaskIds(String[] TaskIds)Set 任务id | 
| void | setTaskType(Long TaskType)Set 任务类型,201为实时任务,202为离线任务 | 
| 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 BatchStartIntegrationTasksRequest()
public BatchStartIntegrationTasksRequest(BatchStartIntegrationTasksRequest source)
public Long getTaskType()
public void setTaskType(Long TaskType)
TaskType - 任务类型,201为实时任务,202为离线任务public String getProjectId()
public void setProjectId(String ProjectId)
ProjectId - 项目idpublic String[] getTaskIds()
public void setTaskIds(String[] TaskIds)
TaskIds - 任务idpublic StartTaskInfo[] getStartTaskInfoSet()
public void setStartTaskInfoSet(StartTaskInfo[] StartTaskInfoSet)
StartTaskInfoSet - 批量运行集成任务,目前仅实时集成用到了这个参数Copyright © 2025. All rights reserved.