Class ScanFileHashRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tav.v20190118.models.ScanFileHashRequest
-
public class ScanFileHashRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ScanFileHashRequest()
ScanFileHashRequest(ScanFileHashRequest 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 String
getKey()
Get 购买服务后获得的授权信息,用于保证请求有效性String
getMd5s()
Get 需要查询的md5值(支持单个和多个,多个md5间用逗号分格)String
getSensitiveLevel()
Get 松严规则控制字段默认填10(5-松、10-标准、15-严)String
getWithCategory()
Get 保留字段默认填0void
setKey(String Key)
Set 购买服务后获得的授权信息,用于保证请求有效性void
setMd5s(String Md5s)
Set 需要查询的md5值(支持单个和多个,多个md5间用逗号分格)void
setSensitiveLevel(String SensitiveLevel)
Set 松严规则控制字段默认填10(5-松、10-标准、15-严)void
setWithCategory(String WithCategory)
Set 保留字段默认填0void
toMap(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
-
ScanFileHashRequest
public ScanFileHashRequest()
-
ScanFileHashRequest
public ScanFileHashRequest(ScanFileHashRequest 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
- 购买服务后获得的授权信息,用于保证请求有效性
-
getMd5s
public String getMd5s()
Get 需要查询的md5值(支持单个和多个,多个md5间用逗号分格)- Returns:
- Md5s 需要查询的md5值(支持单个和多个,多个md5间用逗号分格)
-
setMd5s
public void setMd5s(String Md5s)
Set 需要查询的md5值(支持单个和多个,多个md5间用逗号分格)- Parameters:
Md5s
- 需要查询的md5值(支持单个和多个,多个md5间用逗号分格)
-
getWithCategory
public String getWithCategory()
Get 保留字段默认填0- Returns:
- WithCategory 保留字段默认填0
-
setWithCategory
public void setWithCategory(String WithCategory)
Set 保留字段默认填0- Parameters:
WithCategory
- 保留字段默认填0
-
getSensitiveLevel
public String getSensitiveLevel()
Get 松严规则控制字段默认填10(5-松、10-标准、15-严)- Returns:
- SensitiveLevel 松严规则控制字段默认填10(5-松、10-标准、15-严)
-
setSensitiveLevel
public void setSensitiveLevel(String SensitiveLevel)
Set 松严规则控制字段默认填10(5-松、10-标准、15-严)- Parameters:
SensitiveLevel
- 松严规则控制字段默认填10(5-松、10-标准、15-严)
-
-