Class GetScanResultRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tav.v20190118.models.GetScanResultRequest
-
public class GetScanResultRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetKey()Get 购买服务后获得的授权信息,用于保证请求有效性StringgetMd5()Get 需要获取扫描接口的md5(只允许单个md5)voidsetKey(String Key)Set 购买服务后获得的授权信息,用于保证请求有效性voidsetMd5(String Md5)Set 需要获取扫描接口的md5(只允许单个md5)voidtoMap(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
-
GetScanResultRequest
public GetScanResultRequest()
-
GetScanResultRequest
public 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.
-
-
Method Detail
-
getKey
public String getKey()
Get 购买服务后获得的授权信息,用于保证请求有效性- Returns:
- Key 购买服务后获得的授权信息,用于保证请求有效性
-
setKey
public void setKey(String Key)
Set 购买服务后获得的授权信息,用于保证请求有效性- Parameters:
Key- 购买服务后获得的授权信息,用于保证请求有效性
-
getMd5
public String getMd5()
Get 需要获取扫描接口的md5(只允许单个md5)- Returns:
- Md5 需要获取扫描接口的md5(只允许单个md5)
-
setMd5
public void setMd5(String Md5)
Set 需要获取扫描接口的md5(只允许单个md5)- Parameters:
Md5- 需要获取扫描接口的md5(只允许单个md5)
-
-