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 重新指定的集成资源组名称
|
CreateMakeDatetimeInfo[] |
getMakeDatetimeList()
Get 补录计划日期范围
|
String |
getMakeName()
Get 补录计划名称
|
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
|
String |
getSchedulerResourceGroup()
Get 重新指定的调度资源组ID
|
String |
getSchedulerResourceGroupName()
Get 重新指定的调度资源组名称
|
String |
getSelfDependence()
Get 已弃用。任务自依赖类型:parallel(并行),serial(无序串行),orderly(有序串行)
|
String |
getSourceTaskCycle()
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 |
setMakeDatetimeList(CreateMakeDatetimeInfo[] MakeDatetimeList)
Set 补录计划日期范围
|
void |
setMakeName(String MakeName)
Set 补录计划名称
|
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 |
setSchedulerResourceGroup(String SchedulerResourceGroup)
Set 重新指定的调度资源组ID
|
void |
setSchedulerResourceGroupName(String SchedulerResourceGroupName)
Set 重新指定的调度资源组名称
|
void |
setSelfDependence(String SelfDependence)
Set 已弃用。任务自依赖类型:parallel(并行),serial(无序串行),orderly(有序串行)
|
void |
setSourceTaskCycle(String SourceTaskCycle)
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, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public 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
- 重新指定的调度资源组IDpublic String getIntegrationResourceGroup()
public void setIntegrationResourceGroup(String IntegrationResourceGroup)
IntegrationResourceGroup
- 重新指定的集成资源组IDpublic String getSchedulerResourceGroupName()
public void setSchedulerResourceGroupName(String SchedulerResourceGroupName)
SchedulerResourceGroupName
- 重新指定的调度资源组名称public String getIntegrationResourceGroupName()
public void setIntegrationResourceGroupName(String IntegrationResourceGroupName)
IntegrationResourceGroupName
- 重新指定的集成资源组名称Copyright © 2024. All rights reserved.