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