public class DescribeTaskLogURLRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
DescribeTaskLogURLRequest()  | 
DescribeTaskLogURLRequest(DescribeTaskLogURLRequest 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 | 
|---|---|
ReportItemKey[] | 
getReportItemKeyList()
Get List of task report IDs 
 | 
ReportTaskIdList[] | 
getReportTaskIdList()
Get List of task IDs in the report 
 | 
Long | 
getType()
Get Type of the task. 
 | 
void | 
setReportItemKeyList(ReportItemKey[] ReportItemKeyList)
Set List of task report IDs 
 | 
void | 
setReportTaskIdList(ReportTaskIdList[] ReportTaskIdList)
Set List of task IDs in the report 
 | 
void | 
setType(Long Type)
Set Type of the task. 
 | 
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 DescribeTaskLogURLRequest()
public DescribeTaskLogURLRequest(DescribeTaskLogURLRequest source)
public Long getType()
public void setType(Long Type)
Type - Type of the task. `0`: Preview; `1`: Downloadpublic ReportItemKey[] getReportItemKeyList()
public void setReportItemKeyList(ReportItemKey[] ReportItemKeyList)
ReportItemKeyList - List of task report IDspublic ReportTaskIdList[] getReportTaskIdList()
public void setReportTaskIdList(ReportTaskIdList[] ReportTaskIdList)
ReportTaskIdList - List of task IDs in the reportCopyright © 2025. All rights reserved.