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 |
getNFVersion()
Get Nextflow engine version.
|
String |
getProfile()
Get Profile.
|
Boolean |
getReport()
Get Report.
|
Boolean |
getResume()
Get Resume.
|
void |
setConfig(String Config)
Set Config.
|
void |
setNFVersion(String NFVersion)
Set Nextflow engine version.
|
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, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public NFOption()
public NFOption(NFOption source)
public String getConfig()
public void setConfig(String Config)
Config
- Config.
Note: This field may return null, indicating that no valid values can be obtained.public String getProfile()
public void setProfile(String Profile)
Profile
- Profile.
Note: This field may return null, indicating that no valid values can be obtained.public Boolean getReport()
public void setReport(Boolean Report)
Report
- Report.
Note: This field may return null, indicating that no valid values can be obtained.public Boolean getResume()
public void setResume(Boolean Resume)
Resume
- Resume.
Note: This field may return null, indicating that no valid values can be obtained.public String getNFVersion()
public void setNFVersion(String NFVersion)
NFVersion
- Nextflow engine version. Valid values:
- 22.10.4
- 22.10.8
- 23.10.1
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.