public class ScanFileHashRequest extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getKey()
Get 购买服务后获得的授权信息,用于保证请求有效性
|
String |
getMd5s()
Get 需要查询的md5值(支持单个和多个,多个md5间用逗号分格)
|
String |
getSensitiveLevel()
Get 松严规则控制字段默认填10(5-松、10-标准、15-严)
|
String |
getWithCategory()
Get 保留字段默认填0
|
void |
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 保留字段默认填0
|
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 ScanFileHashRequest()
public ScanFileHashRequest(ScanFileHashRequest source)
public String getKey()
public void setKey(String Key)
Key
- 购买服务后获得的授权信息,用于保证请求有效性public String getMd5s()
public void setMd5s(String Md5s)
Md5s
- 需要查询的md5值(支持单个和多个,多个md5间用逗号分格)public String getWithCategory()
public void setWithCategory(String WithCategory)
WithCategory
- 保留字段默认填0public String getSensitiveLevel()
public void setSensitiveLevel(String SensitiveLevel)
SensitiveLevel
- 松严规则控制字段默认填10(5-松、10-标准、15-严)Copyright © 2023. All rights reserved.