public class ModifyVirusMonitorSettingRequest extends AbstractModel
Constructor and Description |
---|
ModifyVirusMonitorSettingRequest() |
ModifyVirusMonitorSettingRequest(ModifyVirusMonitorSettingRequest 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 |
---|---|
Boolean |
getEnableScan()
Get 是否开启定期扫描
|
String[] |
getScanPath()
Get 自选排除或扫描的地址
|
Boolean |
getScanPathAll()
Get 扫描全部路径
|
Long |
getScanPathType()
Get 当ScanPathAll为true 生效 0扫描以下路径 1、扫描除以下路径(扫描范围只能小于等于1)
|
void |
setEnableScan(Boolean EnableScan)
Set 是否开启定期扫描
|
void |
setScanPath(String[] ScanPath)
Set 自选排除或扫描的地址
|
void |
setScanPathAll(Boolean ScanPathAll)
Set 扫描全部路径
|
void |
setScanPathType(Long ScanPathType)
Set 当ScanPathAll为true 生效 0扫描以下路径 1、扫描除以下路径(扫描范围只能小于等于1)
|
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 ModifyVirusMonitorSettingRequest()
public ModifyVirusMonitorSettingRequest(ModifyVirusMonitorSettingRequest source)
public Boolean getEnableScan()
public void setEnableScan(Boolean EnableScan)
EnableScan
- 是否开启定期扫描public Boolean getScanPathAll()
public void setScanPathAll(Boolean ScanPathAll)
ScanPathAll
- 扫描全部路径public Long getScanPathType()
public void setScanPathType(Long ScanPathType)
ScanPathType
- 当ScanPathAll为true 生效 0扫描以下路径 1、扫描除以下路径(扫描范围只能小于等于1)public String[] getScanPath()
public void setScanPath(String[] ScanPath)
ScanPath
- 自选排除或扫描的地址Copyright © 2022. All rights reserved.