public class GetRunMetadataFileRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
GetRunMetadataFileRequest() |
GetRunMetadataFileRequest(GetRunMetadataFileRequest 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 |
getKey()
Get File names to be get
The following files are supported by default:
- nextflow.log
When report is specified as true in NFOption during submission, the following files are additionally supported:
- execution_report.html
- execution_timeline.html
- execution_trace.txt
- pipeline_dag.html
|
String[] |
getKeys()
Get File names to be get in batch
The following files are supported by default:
- nextflow.log
When report is specified as true in NFOption during submission, the following files are additionally supported:
- execution_report.html
- execution_timeline.html
- execution_trace.txt
- pipeline_dag.html
|
String |
getProjectId()
Get Project ID
(If you leave it blank, the default item in the specified region will be used.)
|
String |
getRunUuid()
Get Run UUID
|
void |
setKey(String Key)
Set File names to be get
The following files are supported by default:
- nextflow.log
When report is specified as true in NFOption during submission, the following files are additionally supported:
- execution_report.html
- execution_timeline.html
- execution_trace.txt
- pipeline_dag.html
|
void |
setKeys(String[] Keys)
Set File names to be get in batch
The following files are supported by default:
- nextflow.log
When report is specified as true in NFOption during submission, the following files are additionally supported:
- execution_report.html
- execution_timeline.html
- execution_trace.txt
- pipeline_dag.html
|
void |
setProjectId(String ProjectId)
Set Project ID
(If you leave it blank, the default item in the specified region will be used.)
|
void |
setRunUuid(String RunUuid)
Set Run UUID
|
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, toJsonString
public GetRunMetadataFileRequest()
public GetRunMetadataFileRequest(GetRunMetadataFileRequest source)
public String getRunUuid()
public void setRunUuid(String RunUuid)
RunUuid
- Run UUIDpublic 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 getKey()
public void setKey(String Key)
Key
- File names to be get
The following files are supported by default:
- nextflow.log
When report is specified as true in NFOption during submission, the following files are additionally supported:
- execution_report.html
- execution_timeline.html
- execution_trace.txt
- pipeline_dag.htmlpublic String[] getKeys()
public void setKeys(String[] Keys)
Keys
- File names to be get in batch
The following files are supported by default:
- nextflow.log
When report is specified as true in NFOption during submission, the following files are additionally supported:
- execution_report.html
- execution_timeline.html
- execution_trace.txt
- pipeline_dag.htmlCopyright © 2025. All rights reserved.