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 running option.
|
String |
getProjectId()
Get Project ID.
|
String |
getRunGroupId()
Get The run group ID that needs to be retried
|
String[] |
getRunUuids()
Get The run UUID that needs to be retried
|
RunOption |
getWDLOption()
Get WDL running option.
|
void |
setNFOption(NFOption NFOption)
Set Nextflow running option.
|
void |
setProjectId(String ProjectId)
Set Project ID.
|
void |
setRunGroupId(String RunGroupId)
Set The run group ID that needs to be retried
|
void |
setRunUuids(String[] RunUuids)
Set The run UUID that needs to be retried
|
void |
setWDLOption(RunOption WDLOption)
Set WDL running option.
|
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 RetryRunsRequest()
public RetryRunsRequest(RetryRunsRequest source)
public String getProjectId()
public void setProjectId(String ProjectId)
ProjectId
- Project ID. (If you leave it blank, the default item in the specified region will be used.)public String getRunGroupId()
public void setRunGroupId(String RunGroupId)
RunGroupId
- The run group ID that needs to be retriedpublic String[] getRunUuids()
public void setRunUuids(String[] RunUuids)
RunUuids
- The run UUID that needs to be retriedpublic RunOption getWDLOption()
public void setWDLOption(RunOption WDLOption)
WDLOption
- WDL running option. If you leave it blank, the retried run group running option will be used.public NFOption getNFOption()
public void setNFOption(NFOption NFOption)
NFOption
- Nextflow running option. If you leave it blank, the retried run group running option will be used.Copyright © 2024. All rights reserved.