public class DescribeChannelTaskReportUrlRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeChannelTaskReportUrlRequest() | 
| DescribeChannelTaskReportUrlRequest(DescribeChannelTaskReportUrlRequest 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 | getAppMD5()Get 子渠道APP MD5值 | 
| Long | getPlatform()Get 应用平台, 0:android, 1: iOS,2:小程序 | 
| Long | getReportType()Get 报告类型, 0:诊断报告, 1:堆栈报告, 2:视频证据(预留), 3:报告json结果 | 
| Long | getSource()Get 任务来源, 0:小程序诊断, 1:预留字段(暂未使用), 2:app诊断(android), 3:app漏洞扫描; | 
| String | getTaskID()Get 任务id | 
| Long | getTaskType()Get 任务类型, 0:基础版, 1:专家版, 2:本地化 | 
| void | setAppMD5(String AppMD5)Set 子渠道APP MD5值 | 
| 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), 3:app漏洞扫描; | 
| 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeChannelTaskReportUrlRequest()
public DescribeChannelTaskReportUrlRequest(DescribeChannelTaskReportUrlRequest source)
public Long getSource()
public void setSource(Long Source)
Source - 任务来源, 0:小程序诊断, 1:预留字段(暂未使用), 2:app诊断(android), 3:app漏洞扫描;public Long getPlatform()
public void setPlatform(Long Platform)
Platform - 应用平台, 0:android, 1: iOS,2:小程序public String getTaskID()
public void setTaskID(String TaskID)
TaskID - 任务idpublic Long getTaskType()
public void setTaskType(Long TaskType)
TaskType - 任务类型, 0:基础版, 1:专家版, 2:本地化public Long getReportType()
public void setReportType(Long ReportType)
ReportType - 报告类型, 0:诊断报告, 1:堆栈报告, 2:视频证据(预留), 3:报告json结果public String getAppMD5()
public void setAppMD5(String AppMD5)
AppMD5 - 子渠道APP MD5值Copyright © 2025. All rights reserved.