public class DescribeVirusMonitorSettingResponse extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeVirusMonitorSettingResponse() | 
| DescribeVirusMonitorSettingResponse(DescribeVirusMonitorSettingResponse 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 real-time monitoring | 
| String | getRequestId()Get The unique request ID, which is returned for each request. | 
| String[] | getScanPath()Get Specified path to be excluded or scanned
Note: This field may return null, indicating that no valid values can be obtained. | 
| Boolean | getScanPathAll()Get Scan all paths
Note: This field may return null, indicating that no valid values can be obtained. | 
| 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 real-time monitoring | 
| void | setRequestId(String RequestId)Set The unique request ID, which is returned for each request. | 
| void | setScanPath(String[] ScanPath)Set Specified path to be excluded or scanned
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setScanPathAll(Boolean ScanPathAll)Set Scan all paths
Note: This field may return null, indicating that no valid values can be obtained. | 
| 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, toJsonStringpublic DescribeVirusMonitorSettingResponse()
public DescribeVirusMonitorSettingResponse(DescribeVirusMonitorSettingResponse source)
public Boolean getEnableScan()
public void setEnableScan(Boolean EnableScan)
EnableScan - Whether to enable real-time monitoringpublic Boolean getScanPathAll()
public void setScanPathAll(Boolean ScanPathAll)
ScanPathAll - Scan all paths
Note: This field may return null, indicating that no valid values can be obtained.public 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).
Note: This field may return null, indicating that no valid values can be obtained.public String[] getScanPath()
public void setScanPath(String[] ScanPath)
ScanPath - Specified path to be excluded or scanned
Note: This field may return null, indicating that no valid values can be obtained.public 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 pathpublic String getRequestId()
public void setRequestId(String RequestId)
RequestId - The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2024. All rights reserved.