public class DescribeScanTaskReportUrlRequest extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and 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 任务id
|
Long |
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 任务id
|
void |
setTaskType(Long TaskType)
Set 任务类型, 0:基础版, 1:专家版, 2:本地化
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeScanTaskReportUrlRequest()
public DescribeScanTaskReportUrlRequest(DescribeScanTaskReportUrlRequest source)
public Long getSource()
public void setSource(Long Source)
Source
- 任务来源, 0:小程序诊断, 1:预留字段(暂未使用), 2:app诊断(android);public String getTaskID()
public void setTaskID(String TaskID)
TaskID
- 任务idpublic Long getPlatform()
public void setPlatform(Long Platform)
Platform
- 应用平台, 0:android, 1:ios, 2:小程序public Long getReportType()
public void setReportType(Long ReportType)
ReportType
- 报告类型, 0:诊断报告, 1:堆栈报告(预留), 2:视频证据(预留), 3:报告json结果public Long getTaskType()
public void setTaskType(Long TaskType)
TaskType
- 任务类型, 0:基础版, 1:专家版, 2:本地化Copyright © 2022. All rights reserved.