public class CreateOpsMakePlanRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CreateOpsMakePlanRequest() | 
| CreateOpsMakePlanRequest(CreateOpsMakePlanRequest 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 | getCheckParent()Get 补录是否检查父任务状态,默认不检查。不推荐使用,后续会废弃,推荐使用 CheckParentType。 | 
| String | getCheckParentType()Get 补录检查父任务类型。取值范围:
 NONE: 全部不检查 
 ALL: 检查全部上游父任务 
 MAKE_SCOPE: 只在(当前补录计划)选中任务中检查  | 
| String | getCreator()Get 创建人 | 
| String | getCreatorId()Get 创建人id | 
| String | getIntegrationResourceGroup()Get 补录指定的集成资源组(ID) 为空则表示使用任务原有集成执行资源组 | 
| String | getIntegrationResourceGroupName()Get 补录指定的集成资源组名称 为空则表示使用任务原有集成执行资源组 | 
| String | getMakeCheckEventType()Get 补录是否跳过事件检查 | 
| CreateMakeDatetimeInfo[] | getMakeDatetimeList()Get 补录计划日期范围 | 
| StrToStrMap[] | getMakeExtList()Get 补录扩展属性 | 
| String | getMakeName()Get 补录计划名称 | 
| String | getMakeType()Get 任务 TASK; 项目: PROJECT | 
| StrToStrMap[] | getMapParamList()Get 补录实例自定义参数 | 
| Long | getParallelNum()Get 并行度 | 
| String | getProjectId()Get 项目id | 
| String | getProjectIdent()Get 项目标识 | 
| String | getProjectName()Get 项目名称 | 
| String | getRemark()Get 补录计划说明 | 
| Boolean | getSameCycle()Get 补录实例生成周期是否和原周期相同,默认为true | 
| Boolean | getSameSelfDependType()Get 是否使用任务原有自依赖配置,默认为true | 
| Boolean | getSameSelfWorkflowDependType()Get 补录扩展属性 | 
| String | getSchedulerResourceGroup()Get 补录指定的调度资源组(ID) 为空则表示使用任务原有调度执行资源组 | 
| String | getSchedulerResourceGroupName()Get 补录指定的调度资源组名称 为空则表示使用任务原有调度执行资源组 | 
| String | getSelfDependence()Get 已弃用。任务自依赖类型:parallel(并行),serial(无序串行),orderly(有序串行) | 
| String | getSelfWorkflowDependency()Get 补录扩展属性 | 
| String | getSourceTaskCycle()Get 补录实例原始周期类型 | 
| String | getStatusList()Get 任务状态 | 
| Long | getTargetTaskAction()Get 补录实例目标周期类型指定时间 | 
| String | getTargetTaskCycle()Get 补录实例目标周期类型 | 
| String[] | getTaskIdList()Get 补录任务集合 | 
| void | setCheckParent(Boolean CheckParent)Set 补录是否检查父任务状态,默认不检查。不推荐使用,后续会废弃,推荐使用 CheckParentType。 | 
| void | setCheckParentType(String CheckParentType)Set 补录检查父任务类型。取值范围:
 NONE: 全部不检查 
 ALL: 检查全部上游父任务 
 MAKE_SCOPE: 只在(当前补录计划)选中任务中检查  | 
| void | setCreator(String Creator)Set 创建人 | 
| void | setCreatorId(String CreatorId)Set 创建人id | 
| void | setIntegrationResourceGroup(String IntegrationResourceGroup)Set 补录指定的集成资源组(ID) 为空则表示使用任务原有集成执行资源组 | 
| void | setIntegrationResourceGroupName(String IntegrationResourceGroupName)Set 补录指定的集成资源组名称 为空则表示使用任务原有集成执行资源组 | 
| void | setMakeCheckEventType(String MakeCheckEventType)Set 补录是否跳过事件检查 | 
| void | setMakeDatetimeList(CreateMakeDatetimeInfo[] MakeDatetimeList)Set 补录计划日期范围 | 
| void | setMakeExtList(StrToStrMap[] MakeExtList)Set 补录扩展属性 | 
| void | setMakeName(String MakeName)Set 补录计划名称 | 
| void | setMakeType(String MakeType)Set 任务 TASK; 项目: PROJECT | 
| void | setMapParamList(StrToStrMap[] MapParamList)Set 补录实例自定义参数 | 
| void | setParallelNum(Long ParallelNum)Set 并行度 | 
| void | setProjectId(String ProjectId)Set 项目id | 
| void | setProjectIdent(String ProjectIdent)Set 项目标识 | 
| void | setProjectName(String ProjectName)Set 项目名称 | 
| void | setRemark(String Remark)Set 补录计划说明 | 
| void | setSameCycle(Boolean SameCycle)Set 补录实例生成周期是否和原周期相同,默认为true | 
| void | setSameSelfDependType(Boolean SameSelfDependType)Set 是否使用任务原有自依赖配置,默认为true | 
| void | setSameSelfWorkflowDependType(Boolean SameSelfWorkflowDependType)Set 补录扩展属性 | 
| void | setSchedulerResourceGroup(String SchedulerResourceGroup)Set 补录指定的调度资源组(ID) 为空则表示使用任务原有调度执行资源组 | 
| void | setSchedulerResourceGroupName(String SchedulerResourceGroupName)Set 补录指定的调度资源组名称 为空则表示使用任务原有调度执行资源组 | 
| void | setSelfDependence(String SelfDependence)Set 已弃用。任务自依赖类型:parallel(并行),serial(无序串行),orderly(有序串行) | 
| void | setSelfWorkflowDependency(String SelfWorkflowDependency)Set 补录扩展属性 | 
| void | setSourceTaskCycle(String SourceTaskCycle)Set 补录实例原始周期类型 | 
| void | setStatusList(String StatusList)Set 任务状态 | 
| void | setTargetTaskAction(Long TargetTaskAction)Set 补录实例目标周期类型指定时间 | 
| void | setTargetTaskCycle(String TargetTaskCycle)Set 补录实例目标周期类型 | 
| void | setTaskIdList(String[] TaskIdList)Set 补录任务集合 | 
| 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 CreateOpsMakePlanRequest()
public CreateOpsMakePlanRequest(CreateOpsMakePlanRequest source)
public String getProjectId()
public void setProjectId(String ProjectId)
ProjectId - 项目idpublic String getMakeName()
public void setMakeName(String MakeName)
MakeName - 补录计划名称public String[] getTaskIdList()
public void setTaskIdList(String[] TaskIdList)
TaskIdList - 补录任务集合public CreateMakeDatetimeInfo[] getMakeDatetimeList()
public void setMakeDatetimeList(CreateMakeDatetimeInfo[] MakeDatetimeList)
MakeDatetimeList - 补录计划日期范围public String getProjectIdent()
public void setProjectIdent(String ProjectIdent)
ProjectIdent - 项目标识public Boolean getCheckParent()
public void setCheckParent(Boolean CheckParent)
CheckParent - 补录是否检查父任务状态,默认不检查。不推荐使用,后续会废弃,推荐使用 CheckParentType。public String getCheckParentType()
public void setCheckParentType(String CheckParentType)
CheckParentType - 补录检查父任务类型。取值范围:
public String getProjectName()
public void setProjectName(String ProjectName)
ProjectName - 项目名称public String getSelfDependence()
public void setSelfDependence(String SelfDependence)
SelfDependence - 已弃用。任务自依赖类型:parallel(并行),serial(无序串行),orderly(有序串行)public Long getParallelNum()
public void setParallelNum(Long ParallelNum)
ParallelNum - 并行度public Boolean getSameCycle()
public void setSameCycle(Boolean SameCycle)
SameCycle - 补录实例生成周期是否和原周期相同,默认为truepublic String getTargetTaskCycle()
public void setTargetTaskCycle(String TargetTaskCycle)
TargetTaskCycle - 补录实例目标周期类型public Long getTargetTaskAction()
public void setTargetTaskAction(Long TargetTaskAction)
TargetTaskAction - 补录实例目标周期类型指定时间public StrToStrMap[] getMapParamList()
public void setMapParamList(StrToStrMap[] MapParamList)
MapParamList - 补录实例自定义参数public String getCreatorId()
public void setCreatorId(String CreatorId)
CreatorId - 创建人idpublic String getCreator()
public void setCreator(String Creator)
Creator - 创建人public String getRemark()
public void setRemark(String Remark)
Remark - 补录计划说明public Boolean getSameSelfDependType()
public void setSameSelfDependType(Boolean SameSelfDependType)
SameSelfDependType - 是否使用任务原有自依赖配置,默认为truepublic String getSourceTaskCycle()
public void setSourceTaskCycle(String SourceTaskCycle)
SourceTaskCycle - 补录实例原始周期类型public String getSchedulerResourceGroup()
public void setSchedulerResourceGroup(String SchedulerResourceGroup)
SchedulerResourceGroup - 补录指定的调度资源组(ID) 为空则表示使用任务原有调度执行资源组public String getIntegrationResourceGroup()
public void setIntegrationResourceGroup(String IntegrationResourceGroup)
IntegrationResourceGroup - 补录指定的集成资源组(ID) 为空则表示使用任务原有集成执行资源组public String getSchedulerResourceGroupName()
public void setSchedulerResourceGroupName(String SchedulerResourceGroupName)
SchedulerResourceGroupName - 补录指定的调度资源组名称 为空则表示使用任务原有调度执行资源组public String getIntegrationResourceGroupName()
public void setIntegrationResourceGroupName(String IntegrationResourceGroupName)
IntegrationResourceGroupName - 补录指定的集成资源组名称 为空则表示使用任务原有集成执行资源组public StrToStrMap[] getMakeExtList()
public void setMakeExtList(StrToStrMap[] MakeExtList)
MakeExtList - 补录扩展属性public Boolean getSameSelfWorkflowDependType()
public void setSameSelfWorkflowDependType(Boolean SameSelfWorkflowDependType)
SameSelfWorkflowDependType - 补录扩展属性public String getSelfWorkflowDependency()
public void setSelfWorkflowDependency(String SelfWorkflowDependency)
SelfWorkflowDependency - 补录扩展属性public String getMakeType()
public void setMakeType(String MakeType)
MakeType - 任务 TASK; 项目: PROJECTpublic String getStatusList()
public void setStatusList(String StatusList)
StatusList - 任务状态public String getMakeCheckEventType()
public void setMakeCheckEventType(String MakeCheckEventType)
MakeCheckEventType - 补录是否跳过事件检查Copyright © 2025. All rights reserved.