Class DescribeFlySecMiniAppScanTaskListRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.mmps.v20200710.models.DescribeFlySecMiniAppScanTaskListRequest
-
public class DescribeFlySecMiniAppScanTaskListRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeFlySecMiniAppScanTaskListRequest()
DescribeFlySecMiniAppScanTaskListRequest(DescribeFlySecMiniAppScanTaskListRequest 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 String
getMiniAppID()
Get 小程序appid(为空的时候,则查询当前用户诊断的所有小程序)Long
getMode()
Get 诊断方式 1:基础诊断,2:深度诊断Long
getSize()
Get 查询数量, 0:查询所有, 其他值:最近几次的诊断数量Long
getStatus()
Get 诊断状态 -1:查询全部, 0:排队中, 1:成功, 2:失败, 3:进行中void
setMiniAppID(String MiniAppID)
Set 小程序appid(为空的时候,则查询当前用户诊断的所有小程序)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.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeFlySecMiniAppScanTaskListRequest
public DescribeFlySecMiniAppScanTaskListRequest()
-
DescribeFlySecMiniAppScanTaskListRequest
public DescribeFlySecMiniAppScanTaskListRequest(DescribeFlySecMiniAppScanTaskListRequest 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
-
getMode
public Long getMode()
Get 诊断方式 1:基础诊断,2:深度诊断- Returns:
- Mode 诊断方式 1:基础诊断,2:深度诊断
-
setMode
public void setMode(Long Mode)
Set 诊断方式 1:基础诊断,2:深度诊断- Parameters:
Mode
- 诊断方式 1:基础诊断,2:深度诊断
-
getStatus
public Long getStatus()
Get 诊断状态 -1:查询全部, 0:排队中, 1:成功, 2:失败, 3:进行中- Returns:
- Status 诊断状态 -1:查询全部, 0:排队中, 1:成功, 2:失败, 3:进行中
-
setStatus
public void setStatus(Long Status)
Set 诊断状态 -1:查询全部, 0:排队中, 1:成功, 2:失败, 3:进行中- Parameters:
Status
- 诊断状态 -1:查询全部, 0:排队中, 1:成功, 2:失败, 3:进行中
-
getSize
public Long getSize()
Get 查询数量, 0:查询所有, 其他值:最近几次的诊断数量- Returns:
- Size 查询数量, 0:查询所有, 其他值:最近几次的诊断数量
-
setSize
public void setSize(Long Size)
Set 查询数量, 0:查询所有, 其他值:最近几次的诊断数量- Parameters:
Size
- 查询数量, 0:查询所有, 其他值:最近几次的诊断数量
-
getMiniAppID
public String getMiniAppID()
Get 小程序appid(为空的时候,则查询当前用户诊断的所有小程序)- Returns:
- MiniAppID 小程序appid(为空的时候,则查询当前用户诊断的所有小程序)
-
setMiniAppID
public void setMiniAppID(String MiniAppID)
Set 小程序appid(为空的时候,则查询当前用户诊断的所有小程序)- Parameters:
MiniAppID
- 小程序appid(为空的时候,则查询当前用户诊断的所有小程序)
-
-