public class NFOption extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| NFOption() | 
| NFOption(NFOption 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 | 
|---|---|
| String | getConfig()Get Config。 | 
| String | getLaunchDir()Get 启动路径。可填写指定缓存卷内的绝对路径,nextflow run 命令将在此路径执行。当WorkDir为COS路径时必填;当WorkDir为缓存卷路径时选填,不填默认使用WorkDir作为LaunchDir。 | 
| String | getNFVersion()Get Nextflow引擎版本,取值范围:
- 22.10.7
- 23.10.1 | 
| String | getProfile()Get Profile。 | 
| Boolean | getReport()Get Report。 | 
| Boolean | getResume()Get Resume。 | 
| void | setConfig(String Config)Set Config。 | 
| void | setLaunchDir(String LaunchDir)Set 启动路径。可填写指定缓存卷内的绝对路径,nextflow run 命令将在此路径执行。当WorkDir为COS路径时必填;当WorkDir为缓存卷路径时选填,不填默认使用WorkDir作为LaunchDir。 | 
| void | setNFVersion(String NFVersion)Set Nextflow引擎版本,取值范围:
- 22.10.7
- 23.10.1 | 
| void | setProfile(String Profile)Set Profile。 | 
| void | setReport(Boolean Report)Set Report。 | 
| void | setResume(Boolean Resume)Set Resume。 | 
| 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 NFOption()
public NFOption(NFOption source)
public String getConfig()
public void setConfig(String Config)
Config - Config。public String getProfile()
public void setProfile(String Profile)
Profile - Profile。public Boolean getReport()
public void setReport(Boolean Report)
Report - Report。public Boolean getResume()
public void setResume(Boolean Resume)
Resume - Resume。public String getNFVersion()
public void setNFVersion(String NFVersion)
NFVersion - Nextflow引擎版本,取值范围:
- 22.10.7
- 23.10.1public String getLaunchDir()
public void setLaunchDir(String LaunchDir)
LaunchDir - 启动路径。可填写指定缓存卷内的绝对路径,nextflow run 命令将在此路径执行。当WorkDir为COS路径时必填;当WorkDir为缓存卷路径时选填,不填默认使用WorkDir作为LaunchDir。Copyright © 2025. All rights reserved.