public class GetScanResultRequest extends AbstractModel
Constructor and Description |
---|
GetScanResultRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getKey()
Get 购买服务后获得的授权信息,用于保证请求有效性
|
String |
getMd5()
Get 需要获取扫描接口的md5(只允许单个md5)
|
void |
setKey(String Key)
Set 购买服务后获得的授权信息,用于保证请求有效性
|
void |
setMd5(String Md5)
Set 需要获取扫描接口的md5(只允许单个md5)
|
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 String getKey()
public void setKey(String Key)
Key
- 购买服务后获得的授权信息,用于保证请求有效性public String getMd5()
public void setMd5(String Md5)
Md5
- 需要获取扫描接口的md5(只允许单个md5)Copyright © 2020. All rights reserved.