public class DescribeApkDetectionResultRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeApkDetectionResultRequest() |
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.
|
Modifier and Type | Method and Description |
---|---|
String |
getApkMd5()
Get 软件包的md5值,具有唯一性。腾讯APK云检测服务会根据md5值来判断该包是否为库中已收集的样本,已存在,则返回检测结果,反之,需要一定时间检测该样本。
|
String |
getApkUrl()
Get 软件包的下载链接
|
void |
setApkMd5(String ApkMd5)
Set 软件包的md5值,具有唯一性。腾讯APK云检测服务会根据md5值来判断该包是否为库中已收集的样本,已存在,则返回检测结果,反之,需要一定时间检测该样本。
|
void |
setApkUrl(String ApkUrl)
Set 软件包的下载链接
|
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, toJsonString
public DescribeApkDetectionResultRequest()
public DescribeApkDetectionResultRequest(DescribeApkDetectionResultRequest source)
public String getApkUrl()
public void setApkUrl(String ApkUrl)
ApkUrl
- 软件包的下载链接public String getApkMd5()
public void setApkMd5(String ApkMd5)
ApkMd5
- 软件包的md5值,具有唯一性。腾讯APK云检测服务会根据md5值来判断该包是否为库中已收集的样本,已存在,则返回检测结果,反之,需要一定时间检测该样本。Copyright © 2024. All rights reserved.