public class CreateScanMalwareSettingRequest extends AbstractModel
| Constructor and Description |
|---|
CreateScanMalwareSettingRequest() |
CreateScanMalwareSettingRequest(CreateScanMalwareSettingRequest 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 |
|---|---|
Long |
getEngineType()
Get 1标准模式(只报严重、高危)、2增强模式(报严重、高危、中危)、3严格模式(报严重、高、中、低、提示)
|
Long |
getHostType()
Get 服务器分类:1:专业版服务器;2:自选服务器
|
String[] |
getQuuidList()
Get 自选服务器时生效,主机quuid的string数组
|
Long |
getScanPattern()
Get 扫描模式 0 全盘扫描, 1 快速扫描
|
Long |
getTimeoutPeriod()
Get 超时时间单位 秒 默认3600 秒
|
void |
setEngineType(Long EngineType)
Set 1标准模式(只报严重、高危)、2增强模式(报严重、高危、中危)、3严格模式(报严重、高、中、低、提示)
|
void |
setHostType(Long HostType)
Set 服务器分类:1:专业版服务器;2:自选服务器
|
void |
setQuuidList(String[] QuuidList)
Set 自选服务器时生效,主机quuid的string数组
|
void |
setScanPattern(Long ScanPattern)
Set 扫描模式 0 全盘扫描, 1 快速扫描
|
void |
setTimeoutPeriod(Long TimeoutPeriod)
Set 超时时间单位 秒 默认3600 秒
|
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, toJsonStringpublic CreateScanMalwareSettingRequest()
public CreateScanMalwareSettingRequest(CreateScanMalwareSettingRequest source)
public Long getScanPattern()
public void setScanPattern(Long ScanPattern)
ScanPattern - 扫描模式 0 全盘扫描, 1 快速扫描public Long getHostType()
public void setHostType(Long HostType)
HostType - 服务器分类:1:专业版服务器;2:自选服务器public String[] getQuuidList()
public void setQuuidList(String[] QuuidList)
QuuidList - 自选服务器时生效,主机quuid的string数组public Long getTimeoutPeriod()
public void setTimeoutPeriod(Long TimeoutPeriod)
TimeoutPeriod - 超时时间单位 秒 默认3600 秒public Long getEngineType()
public void setEngineType(Long EngineType)
EngineType - 1标准模式(只报严重、高危)、2增强模式(报严重、高危、中危)、3严格模式(报严重、高、中、低、提示)Copyright © 2022. All rights reserved.