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 需要获取的文件名。
默认支持以下文件:
- nextflow.log
提交时NFOption中report指定为true时,额外支持以下文件:
- execution_report.html
- execution_timeline.html
- execution_trace.txt
- pipeline_dag.html | 
| String[] | getKeys()Get 需要批量获取的文件名。
默认支持以下文件:
- nextflow.log
提交时NFOption中report指定为true时,额外支持以下文件:
- execution_report.html
- execution_timeline.html
- execution_trace.txt
- pipeline_dag.html | 
| String | getProjectId()Get 项目ID。
(不填使用指定地域下的默认项目) | 
| String | getRunUuid()Get 任务Uuid。 | 
| void | setKey(String Key)Set 需要获取的文件名。
默认支持以下文件:
- nextflow.log
提交时NFOption中report指定为true时,额外支持以下文件:
- execution_report.html
- execution_timeline.html
- execution_trace.txt
- pipeline_dag.html | 
| void | setKeys(String[] Keys)Set 需要批量获取的文件名。
默认支持以下文件:
- nextflow.log
提交时NFOption中report指定为true时,额外支持以下文件:
- execution_report.html
- execution_timeline.html
- execution_trace.txt
- pipeline_dag.html | 
| void | setProjectId(String ProjectId)Set 项目ID。
(不填使用指定地域下的默认项目) | 
| void | setRunUuid(String RunUuid)Set 任务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, toJsonStringpublic GetRunMetadataFileRequest()
public GetRunMetadataFileRequest(GetRunMetadataFileRequest source)
public String getRunUuid()
public void setRunUuid(String RunUuid)
RunUuid - 任务Uuid。public String getProjectId()
public void setProjectId(String ProjectId)
ProjectId - 项目ID。
(不填使用指定地域下的默认项目)public String getKey()
public void setKey(String Key)
Key - 需要获取的文件名。
默认支持以下文件:
- nextflow.log
提交时NFOption中report指定为true时,额外支持以下文件:
- execution_report.html
- execution_timeline.html
- execution_trace.txt
- pipeline_dag.htmlpublic String[] getKeys()
public void setKeys(String[] Keys)
Keys - 需要批量获取的文件名。
默认支持以下文件:
- nextflow.log
提交时NFOption中report指定为true时,额外支持以下文件:
- execution_report.html
- execution_timeline.html
- execution_trace.txt
- pipeline_dag.htmlCopyright © 2025. All rights reserved.