Uses of Class
com.tencentcloudapi.ms.v20180408.models.DescribeApkDetectionResultRequest
-
Packages that use DescribeApkDetectionResultRequest Package Description com.tencentcloudapi.ms.v20180408 com.tencentcloudapi.ms.v20180408.models -
-
Uses of DescribeApkDetectionResultRequest in com.tencentcloudapi.ms.v20180408
Methods in com.tencentcloudapi.ms.v20180408 with parameters of type DescribeApkDetectionResultRequest Modifier and Type Method Description DescribeApkDetectionResultResponseMsClient. DescribeApkDetectionResult(DescribeApkDetectionResultRequest req)该接口采用同步模式请求腾讯APK云检测服务,即时返回检测数据,需要用户用轮询的方式调用本接口来进行样本送检并获取检测结果(每隔60s发送一次请求,传相同的参数,重试30次),一般情况下0.5h内会出检测结果,最长时间是3h。当Result为ok并且ResultList数组非空有值时,代表检测完毕,若长时间获取不到检测结果,请联系客服。 -
Uses of DescribeApkDetectionResultRequest in com.tencentcloudapi.ms.v20180408.models
Constructors in com.tencentcloudapi.ms.v20180408.models with parameters of type DescribeApkDetectionResultRequest Constructor Description DescribeApkDetectionResultRequest(DescribeApkDetectionResultRequest 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.
-