Class DescribeScanTaskReportUrlRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.mmps.v20200710.models.DescribeScanTaskReportUrlRequest
-
public class DescribeScanTaskReportUrlRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeScanTaskReportUrlRequest()
DescribeScanTaskReportUrlRequest(DescribeScanTaskReportUrlRequest 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 Long
getPlatform()
Get 应用平台, 0:android, 1:ios, 2:小程序Long
getReportType()
Get 报告类型, 0:诊断报告, 1:堆栈报告(预留), 2:视频证据(预留), 3:报告json结果Long
getSource()
Get 任务来源, 0:小程序诊断, 1:预留字段(暂未使用), 2:app诊断(android);String
getTaskID()
Get 任务idLong
getTaskType()
Get 任务类型, 0:基础版, 1:专家版, 2:本地化void
setPlatform(Long Platform)
Set 应用平台, 0:android, 1:ios, 2:小程序void
setReportType(Long ReportType)
Set 报告类型, 0:诊断报告, 1:堆栈报告(预留), 2:视频证据(预留), 3:报告json结果void
setSource(Long Source)
Set 任务来源, 0:小程序诊断, 1:预留字段(暂未使用), 2:app诊断(android);void
setTaskID(String TaskID)
Set 任务idvoid
setTaskType(Long TaskType)
Set 任务类型, 0:基础版, 1:专家版, 2:本地化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
-
DescribeScanTaskReportUrlRequest
public DescribeScanTaskReportUrlRequest()
-
DescribeScanTaskReportUrlRequest
public DescribeScanTaskReportUrlRequest(DescribeScanTaskReportUrlRequest 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
-
getSource
public Long getSource()
Get 任务来源, 0:小程序诊断, 1:预留字段(暂未使用), 2:app诊断(android);- Returns:
- Source 任务来源, 0:小程序诊断, 1:预留字段(暂未使用), 2:app诊断(android);
-
setSource
public void setSource(Long Source)
Set 任务来源, 0:小程序诊断, 1:预留字段(暂未使用), 2:app诊断(android);- Parameters:
Source
- 任务来源, 0:小程序诊断, 1:预留字段(暂未使用), 2:app诊断(android);
-
getTaskID
public String getTaskID()
Get 任务id- Returns:
- TaskID 任务id
-
setTaskID
public void setTaskID(String TaskID)
Set 任务id- Parameters:
TaskID
- 任务id
-
getPlatform
public Long getPlatform()
Get 应用平台, 0:android, 1:ios, 2:小程序- Returns:
- Platform 应用平台, 0:android, 1:ios, 2:小程序
-
setPlatform
public void setPlatform(Long Platform)
Set 应用平台, 0:android, 1:ios, 2:小程序- Parameters:
Platform
- 应用平台, 0:android, 1:ios, 2:小程序
-
getReportType
public Long getReportType()
Get 报告类型, 0:诊断报告, 1:堆栈报告(预留), 2:视频证据(预留), 3:报告json结果- Returns:
- ReportType 报告类型, 0:诊断报告, 1:堆栈报告(预留), 2:视频证据(预留), 3:报告json结果
-
setReportType
public void setReportType(Long ReportType)
Set 报告类型, 0:诊断报告, 1:堆栈报告(预留), 2:视频证据(预留), 3:报告json结果- Parameters:
ReportType
- 报告类型, 0:诊断报告, 1:堆栈报告(预留), 2:视频证据(预留), 3:报告json结果
-
getTaskType
public Long getTaskType()
Get 任务类型, 0:基础版, 1:专家版, 2:本地化- Returns:
- TaskType 任务类型, 0:基础版, 1:专家版, 2:本地化
-
setTaskType
public void setTaskType(Long TaskType)
Set 任务类型, 0:基础版, 1:专家版, 2:本地化- Parameters:
TaskType
- 任务类型, 0:基础版, 1:专家版, 2:本地化
-
-