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 Check Parent Task Status for Supplement, default is not to check.
|
String |
getCheckParentType()
Get Check Parent Task Type for Supplementary.
|
String |
getCreator()
Get Creator
|
String |
getCreatorId()
Get Creator ID
|
String |
getIntegrationResourceGroup()
Get If no specified integration resource group (ID) is provided, the original task integration execution resource group will be used
|
String |
getIntegrationResourceGroupName()
Get If no specified integration resource group name is provided, the original task integration execution resource group will be used
|
CreateMakeDatetimeInfo[] |
getMakeDatetimeList()
Get Supplementary Plan Date Range
|
String |
getMakeName()
Get Supplemental Plan Name
|
StrToStrMap[] |
getMapParamList()
Get Custom Parameters for Supplement Instance
|
Long |
getParallelNum()
Get Parallelism
|
String |
getProjectId()
Get Project ID
|
String |
getProjectIdent()
Get Project Identifier
|
String |
getProjectName()
Get Project name
|
String |
getRemark()
Get Supplementary Plan Description
|
Boolean |
getSameCycle()
Get Is the generation cycle of the supplementary instance the same as the original cycle, default is true
|
Boolean |
getSameSelfDependType()
Get Use Original Self-Dependency Configuration of Task, default is true
|
String |
getSchedulerResourceGroup()
Get If no specified scheduling resource group (ID) is provided, the original task scheduling execution resource group will be used
|
String |
getSchedulerResourceGroupName()
Get If no specified scheduling resource group name is provided, the original task scheduling execution resource group will be used
|
String |
getSelfDependence()
Get Deprecated.
|
String |
getSourceTaskCycle()
Get Supplementary Instance Original Cycle Type
|
Long |
getTargetTaskAction()
Get Specified Time for Supplementary Instance Target Cycle Type
|
String |
getTargetTaskCycle()
Get Supplementary Instance Target Cycle Type
|
String[] |
getTaskIdList()
Get Supplementary Task Collection
|
void |
setCheckParent(Boolean CheckParent)
Set Check Parent Task Status for Supplement, default is not to check.
|
void |
setCheckParentType(String CheckParentType)
Set Check Parent Task Type for Supplementary.
|
void |
setCreator(String Creator)
Set Creator
|
void |
setCreatorId(String CreatorId)
Set Creator ID
|
void |
setIntegrationResourceGroup(String IntegrationResourceGroup)
Set If no specified integration resource group (ID) is provided, the original task integration execution resource group will be used
|
void |
setIntegrationResourceGroupName(String IntegrationResourceGroupName)
Set If no specified integration resource group name is provided, the original task integration execution resource group will be used
|
void |
setMakeDatetimeList(CreateMakeDatetimeInfo[] MakeDatetimeList)
Set Supplementary Plan Date Range
|
void |
setMakeName(String MakeName)
Set Supplemental Plan Name
|
void |
setMapParamList(StrToStrMap[] MapParamList)
Set Custom Parameters for Supplement Instance
|
void |
setParallelNum(Long ParallelNum)
Set Parallelism
|
void |
setProjectId(String ProjectId)
Set Project ID
|
void |
setProjectIdent(String ProjectIdent)
Set Project Identifier
|
void |
setProjectName(String ProjectName)
Set Project name
|
void |
setRemark(String Remark)
Set Supplementary Plan Description
|
void |
setSameCycle(Boolean SameCycle)
Set Is the generation cycle of the supplementary instance the same as the original cycle, default is true
|
void |
setSameSelfDependType(Boolean SameSelfDependType)
Set Use Original Self-Dependency Configuration of Task, default is true
|
void |
setSchedulerResourceGroup(String SchedulerResourceGroup)
Set If no specified scheduling resource group (ID) is provided, the original task scheduling execution resource group will be used
|
void |
setSchedulerResourceGroupName(String SchedulerResourceGroupName)
Set If no specified scheduling resource group name is provided, the original task scheduling execution resource group will be used
|
void |
setSelfDependence(String SelfDependence)
Set Deprecated.
|
void |
setSourceTaskCycle(String SourceTaskCycle)
Set Supplementary Instance Original Cycle Type
|
void |
setTargetTaskAction(Long TargetTaskAction)
Set Specified Time for Supplementary Instance Target Cycle Type
|
void |
setTargetTaskCycle(String TargetTaskCycle)
Set Supplementary Instance Target Cycle Type
|
void |
setTaskIdList(String[] TaskIdList)
Set Supplementary Task Collection
|
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
- Project IDpublic String getMakeName()
public void setMakeName(String MakeName)
MakeName
- Supplemental Plan Namepublic String[] getTaskIdList()
public void setTaskIdList(String[] TaskIdList)
TaskIdList
- Supplementary Task Collectionpublic CreateMakeDatetimeInfo[] getMakeDatetimeList()
public void setMakeDatetimeList(CreateMakeDatetimeInfo[] MakeDatetimeList)
MakeDatetimeList
- Supplementary Plan Date Rangepublic String getProjectIdent()
public void setProjectIdent(String ProjectIdent)
ProjectIdent
- Project Identifierpublic Boolean getCheckParent()
public void setCheckParent(Boolean CheckParent)
CheckParent
- Check Parent Task Status for Supplement, default is not to check. Not recommended for use, will be deprecated, recommend using CheckParentType.public String getCheckParentType()
public void setCheckParentType(String CheckParentType)
CheckParentType
- Check Parent Task Type for Supplementary. Value range:
public String getProjectName()
public void setProjectName(String ProjectName)
ProjectName
- Project namepublic String getSelfDependence()
public void setSelfDependence(String SelfDependence)
SelfDependence
- Deprecated. Task Self-Dependency Type: parallel, serial (unordered parallel), orderly (ordered serial)public Long getParallelNum()
public void setParallelNum(Long ParallelNum)
ParallelNum
- Parallelismpublic Boolean getSameCycle()
public void setSameCycle(Boolean SameCycle)
SameCycle
- Is the generation cycle of the supplementary instance the same as the original cycle, default is truepublic String getTargetTaskCycle()
public void setTargetTaskCycle(String TargetTaskCycle)
TargetTaskCycle
- Supplementary Instance Target Cycle Typepublic Long getTargetTaskAction()
public void setTargetTaskAction(Long TargetTaskAction)
TargetTaskAction
- Specified Time for Supplementary Instance Target Cycle Typepublic StrToStrMap[] getMapParamList()
public void setMapParamList(StrToStrMap[] MapParamList)
MapParamList
- Custom Parameters for Supplement Instancepublic String getCreatorId()
public void setCreatorId(String CreatorId)
CreatorId
- Creator IDpublic String getCreator()
public void setCreator(String Creator)
Creator
- Creatorpublic String getRemark()
public void setRemark(String Remark)
Remark
- Supplementary Plan Descriptionpublic Boolean getSameSelfDependType()
public void setSameSelfDependType(Boolean SameSelfDependType)
SameSelfDependType
- Use Original Self-Dependency Configuration of Task, default is truepublic String getSourceTaskCycle()
public void setSourceTaskCycle(String SourceTaskCycle)
SourceTaskCycle
- Supplementary Instance Original Cycle Typepublic String getSchedulerResourceGroup()
public void setSchedulerResourceGroup(String SchedulerResourceGroup)
SchedulerResourceGroup
- If no specified scheduling resource group (ID) is provided, the original task scheduling execution resource group will be usedpublic String getIntegrationResourceGroup()
public void setIntegrationResourceGroup(String IntegrationResourceGroup)
IntegrationResourceGroup
- If no specified integration resource group (ID) is provided, the original task integration execution resource group will be usedpublic String getSchedulerResourceGroupName()
public void setSchedulerResourceGroupName(String SchedulerResourceGroupName)
SchedulerResourceGroupName
- If no specified scheduling resource group name is provided, the original task scheduling execution resource group will be usedpublic String getIntegrationResourceGroupName()
public void setIntegrationResourceGroupName(String IntegrationResourceGroupName)
IntegrationResourceGroupName
- If no specified integration resource group name is provided, the original task integration execution resource group will be usedCopyright © 2024. All rights reserved.