public class RerunInstancesRequest extends AbstractModel
skipSign
Constructor and Description |
---|
RerunInstancesRequest() |
RerunInstancesRequest(RerunInstancesRequest 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 |
getCheckFather()
Get 检查父任务类型, true: 检查父任务; false: 不检查父任务
|
String |
getDependentWay()
Get 实例依赖方式, 1: 自依赖; 2: 任务依赖; 3: 自依赖及父子依赖
|
InstanceInfo[] |
getInstances()
Get 实例嵌套集合
|
String |
getProjectId()
Get 项目Id
|
String |
getRerunType()
Get 重跑类型, 1: 自身; 3: 孩子; 2: 自身以及孩子
|
Boolean |
getSkipEventListening()
Get 重跑忽略事件监听与否
|
String |
getSonInstanceType()
Get 下游实例范围 1: 所在工作流 2: 所在项目 3: 所有跨工作流依赖的项目
|
void |
setCheckFather(Boolean CheckFather)
Set 检查父任务类型, true: 检查父任务; false: 不检查父任务
|
void |
setDependentWay(String DependentWay)
Set 实例依赖方式, 1: 自依赖; 2: 任务依赖; 3: 自依赖及父子依赖
|
void |
setInstances(InstanceInfo[] Instances)
Set 实例嵌套集合
|
void |
setProjectId(String ProjectId)
Set 项目Id
|
void |
setRerunType(String RerunType)
Set 重跑类型, 1: 自身; 3: 孩子; 2: 自身以及孩子
|
void |
setSkipEventListening(Boolean SkipEventListening)
Set 重跑忽略事件监听与否
|
void |
setSonInstanceType(String SonInstanceType)
Set 下游实例范围 1: 所在工作流 2: 所在项目 3: 所有跨工作流依赖的项目
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public RerunInstancesRequest()
public RerunInstancesRequest(RerunInstancesRequest source)
public String getProjectId()
public void setProjectId(String ProjectId)
ProjectId
- 项目Idpublic InstanceInfo[] getInstances()
public void setInstances(InstanceInfo[] Instances)
Instances
- 实例嵌套集合public Boolean getCheckFather()
public void setCheckFather(Boolean CheckFather)
CheckFather
- 检查父任务类型, true: 检查父任务; false: 不检查父任务public String getRerunType()
public void setRerunType(String RerunType)
RerunType
- 重跑类型, 1: 自身; 3: 孩子; 2: 自身以及孩子public String getDependentWay()
public void setDependentWay(String DependentWay)
DependentWay
- 实例依赖方式, 1: 自依赖; 2: 任务依赖; 3: 自依赖及父子依赖public Boolean getSkipEventListening()
public void setSkipEventListening(Boolean SkipEventListening)
SkipEventListening
- 重跑忽略事件监听与否public String getSonInstanceType()
public void setSonInstanceType(String SonInstanceType)
SonInstanceType
- 下游实例范围 1: 所在工作流 2: 所在项目 3: 所有跨工作流依赖的项目Copyright © 2023. All rights reserved.