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 Whether to enable scheduled scan
|
String[] |
getScanPath()
Get Specified path to be excluded or scanned
|
Boolean |
getScanPathAll()
Get Scan all paths
|
String |
getScanPathMode()
Get Path scanning mode:
`SCAN_PATH_ALL`: Scan all paths
`SCAN_PATH_DEFAULT`: Scan the default path
`SCAN_PATH_USER_DEFINE`: Scan the custom path
|
Long |
getScanPathType()
Get Valid when `ScanPathAll` is `true`.
|
void |
setEnableScan(Boolean EnableScan)
Set Whether to enable scheduled scan
|
void |
setScanPath(String[] ScanPath)
Set Specified path to be excluded or scanned
|
void |
setScanPathAll(Boolean ScanPathAll)
Set Scan all paths
|
void |
setScanPathMode(String ScanPathMode)
Set Path scanning mode:
`SCAN_PATH_ALL`: Scan all paths
`SCAN_PATH_DEFAULT`: Scan the default path
`SCAN_PATH_USER_DEFINE`: Scan the custom path
|
void |
setScanPathType(Long ScanPathType)
Set Valid when `ScanPathAll` is `true`.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ModifyVirusMonitorSettingRequest()
public ModifyVirusMonitorSettingRequest(ModifyVirusMonitorSettingRequest source)
public Boolean getEnableScan()
public void setEnableScan(Boolean EnableScan)
EnableScan
- Whether to enable scheduled scanpublic Boolean getScanPathAll()
public void setScanPathAll(Boolean ScanPathAll)
ScanPathAll
- Scan all pathspublic Long getScanPathType()
public void setScanPathType(Long ScanPathType)
ScanPathType
- Valid when `ScanPathAll` is `true`. Valid values of `ScanPathAll`: `0` (scan the following paths); `1` (scan all paths except the following; the scope cannot be greater than `1`).public String[] getScanPath()
public void setScanPath(String[] ScanPath)
ScanPath
- Specified path to be excluded or scannedpublic String getScanPathMode()
public void setScanPathMode(String ScanPathMode)
ScanPathMode
- Path scanning mode:
`SCAN_PATH_ALL`: Scan all paths
`SCAN_PATH_DEFAULT`: Scan the default path
`SCAN_PATH_USER_DEFINE`: Scan the custom pathCopyright © 2024. All rights reserved.