public class DescribeFlySecMiniAppScanReportListRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeFlySecMiniAppScanReportListRequest() | 
| DescribeFlySecMiniAppScanReportListRequest(DescribeFlySecMiniAppScanReportListRequest 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 | getMiniAppID()Get 小程序AppID | 
| String | getMiniAppVersion()Get 小程序版本 | 
| Long | getMode()Get 诊断方式 1:基础诊断,2:深度诊断 | 
| Long | getSize()Get 查询数量, 0:查询所有, 其他值:最近几次的诊断数量 | 
| Long | getStatus()Get 诊断状态 -1:查询全部, 0:排队中, 1:成功, 2:失败, 3:进行中 | 
| void | setMiniAppID(String MiniAppID)Set 小程序AppID | 
| void | setMiniAppVersion(String MiniAppVersion)Set 小程序版本 | 
| void | setMode(Long Mode)Set 诊断方式 1:基础诊断,2:深度诊断 | 
| void | setSize(Long Size)Set 查询数量, 0:查询所有, 其他值:最近几次的诊断数量 | 
| void | setStatus(Long Status)Set 诊断状态 -1:查询全部, 0:排队中, 1:成功, 2:失败, 3:进行中 | 
| 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 DescribeFlySecMiniAppScanReportListRequest()
public DescribeFlySecMiniAppScanReportListRequest(DescribeFlySecMiniAppScanReportListRequest source)
public String getMiniAppID()
public void setMiniAppID(String MiniAppID)
MiniAppID - 小程序AppIDpublic Long getMode()
public void setMode(Long Mode)
Mode - 诊断方式 1:基础诊断,2:深度诊断public Long getStatus()
public void setStatus(Long Status)
Status - 诊断状态 -1:查询全部, 0:排队中, 1:成功, 2:失败, 3:进行中public Long getSize()
public void setSize(Long Size)
Size - 查询数量, 0:查询所有, 其他值:最近几次的诊断数量public String getMiniAppVersion()
public void setMiniAppVersion(String MiniAppVersion)
MiniAppVersion - 小程序版本Copyright © 2025. All rights reserved.