public class DescribeFileTicketRequest extends AbstractModel
Constructor and Description |
---|
DescribeFileTicketRequest() |
DescribeFileTicketRequest(DescribeFileTicketRequest 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 |
getSource()
Get 任务来源, 0:小程序诊断, 1:预留字段(暂未使用), 2:app诊断(android), 3:app漏洞扫描;
|
void |
setPlatform(Long Platform)
Set 应用平台, 0:android, 1:ios, 2:小程序
|
void |
setSource(Long Source)
Set 任务来源, 0:小程序诊断, 1:预留字段(暂未使用), 2:app诊断(android), 3:app漏洞扫描;
|
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 DescribeFileTicketRequest()
public DescribeFileTicketRequest(DescribeFileTicketRequest 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:小程序Copyright © 2023. All rights reserved.