public class ModifyVirusMonitorSettingRequest extends AbstractModel
header, skipSign
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 扫描全部路径
|
String |
getScanPathMode()
Get 扫描路径模式:
SCAN_PATH_ALL:全部路径
SCAN_PATH_DEFAULT:默认路径
SCAN_PATH_USER_DEFINE:用户自定义路径
|
Long |
getScanPathType()
Get 当ScanPathAll为true 生效 0扫描以下路径 1、扫描除以下路径(扫描范围只能小于等于1)
|
void |
setEnableScan(Boolean EnableScan)
Set 是否开启定期扫描
|
void |
setScanPath(String[] ScanPath)
Set 自选排除或扫描的地址
|
void |
setScanPathAll(Boolean ScanPathAll)
Set 扫描全部路径
|
void |
setScanPathMode(String ScanPathMode)
Set 扫描路径模式:
SCAN_PATH_ALL:全部路径
SCAN_PATH_DEFAULT:默认路径
SCAN_PATH_USER_DEFINE:用户自定义路径
|
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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, 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
- 自选排除或扫描的地址public String getScanPathMode()
public void setScanPathMode(String ScanPathMode)
ScanPathMode
- 扫描路径模式:
SCAN_PATH_ALL:全部路径
SCAN_PATH_DEFAULT:默认路径
SCAN_PATH_USER_DEFINE:用户自定义路径Copyright © 2024. All rights reserved.