public class RetryRunsRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| RetryRunsRequest() | 
| RetryRunsRequest(RetryRunsRequest 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 | 
|---|---|
| NFOption | getNFOption()Get Nextflow运行选项,不填使用被重试的任务批次运行选项。 | 
| String | getProjectId()Get 项目ID。(不填使用指定地域下的默认项目) | 
| String | getRunGroupId()Get 需要重试的任务批次ID。 | 
| String[] | getRunUuids()Get 需要重试的任务UUID。 | 
| RunOption | getWDLOption()Get WDL运行选项,不填使用被重试的任务批次运行选项。 | 
| void | setNFOption(NFOption NFOption)Set Nextflow运行选项,不填使用被重试的任务批次运行选项。 | 
| void | setProjectId(String ProjectId)Set 项目ID。(不填使用指定地域下的默认项目) | 
| void | setRunGroupId(String RunGroupId)Set 需要重试的任务批次ID。 | 
| void | setRunUuids(String[] RunUuids)Set 需要重试的任务UUID。 | 
| void | setWDLOption(RunOption WDLOption)Set WDL运行选项,不填使用被重试的任务批次运行选项。 | 
| 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 RetryRunsRequest()
public RetryRunsRequest(RetryRunsRequest source)
public String getProjectId()
public void setProjectId(String ProjectId)
ProjectId - 项目ID。(不填使用指定地域下的默认项目)public String getRunGroupId()
public void setRunGroupId(String RunGroupId)
RunGroupId - 需要重试的任务批次ID。public String[] getRunUuids()
public void setRunUuids(String[] RunUuids)
RunUuids - 需要重试的任务UUID。public RunOption getWDLOption()
public void setWDLOption(RunOption WDLOption)
WDLOption - WDL运行选项,不填使用被重试的任务批次运行选项。public NFOption getNFOption()
public void setNFOption(NFOption NFOption)
NFOption - Nextflow运行选项,不填使用被重试的任务批次运行选项。Copyright © 2025. All rights reserved.