Class DescribeTaskLogURLRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.csip.v20221121.models.DescribeTaskLogURLRequest
-
public class DescribeTaskLogURLRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ReportItemKey[]
getReportItemKeyList()
Get 任务报告Id 列表Long
getType()
Get 0: 预览, 1: 下载void
setReportItemKeyList(ReportItemKey[] ReportItemKeyList)
Set 任务报告Id 列表void
setType(Long Type)
Set 0: 预览, 1: 下载void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeTaskLogURLRequest
public DescribeTaskLogURLRequest()
-
DescribeTaskLogURLRequest
public 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.
-
-
Method Detail
-
getReportItemKeyList
public ReportItemKey[] getReportItemKeyList()
Get 任务报告Id 列表- Returns:
- ReportItemKeyList 任务报告Id 列表
-
setReportItemKeyList
public void setReportItemKeyList(ReportItemKey[] ReportItemKeyList)
Set 任务报告Id 列表- Parameters:
ReportItemKeyList
- 任务报告Id 列表
-
getType
public Long getType()
Get 0: 预览, 1: 下载- Returns:
- Type 0: 预览, 1: 下载
-
setType
public void setType(Long Type)
Set 0: 预览, 1: 下载- Parameters:
Type
- 0: 预览, 1: 下载
-
-