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 Whether to enable scheduled scan
|
String[] |
getScanPath()
Get Specified path to be excluded or scanned
|
Boolean |
getScanPathAll()
Get Scan all paths
|
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 |
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, 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 scannedCopyright © 2023. All rights reserved.