public class DescribeVirusScanSettingResponse extends AbstractModel
skipSign| Constructor and Description | 
|---|
| DescribeVirusScanSettingResponse() | 
| DescribeVirusScanSettingResponse(DescribeVirusScanSettingResponse 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 | 
|---|---|
| String | getBeginScanAt()Get Scan start time | 
| Long | getClickTimeout()Get Timeout settings of quick check
Note: This field may return null, indicating that no valid values can be obtained. | 
| Long | getCycle()Get Check cycle in days | 
| Boolean | getEnableScan()Get Whether to enable scheduled scan | 
| String | getRequestId()Get The unique request ID, which is returned for each request. | 
| String[] | getScanIds()Get ID of the specified container or server to be scanned, which is based on `ScanRangeType`. | 
| 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`. | 
| Boolean | getScanRangeAll()Get Valid values: `true` (all); `false` (specified). | 
| Long | getScanRangeType()Get Scanning scope. | 
| Long | getTimeout()Get Timeout period in hours | 
| void | setBeginScanAt(String BeginScanAt)Set Scan start time | 
| void | setClickTimeout(Long ClickTimeout)Set Timeout settings of quick check
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setCycle(Long Cycle)Set Check cycle in days | 
| void | setEnableScan(Boolean EnableScan)Set Whether to enable scheduled scan | 
| void | setRequestId(String RequestId)Set The unique request ID, which is returned for each request. | 
| void | setScanIds(String[] ScanIds)Set ID of the specified container or server to be scanned, which is based on `ScanRangeType`. | 
| 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 | setScanRangeAll(Boolean ScanRangeAll)Set Valid values: `true` (all); `false` (specified). | 
| void | setScanRangeType(Long ScanRangeType)Set Scanning scope. | 
| void | setTimeout(Long Timeout)Set Timeout period in hours | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeVirusScanSettingResponse()
public DescribeVirusScanSettingResponse(DescribeVirusScanSettingResponse source)
public Boolean getEnableScan()
public void setEnableScan(Boolean EnableScan)
EnableScan - Whether to enable scheduled scanpublic Long getCycle()
public void setCycle(Long Cycle)
Cycle - Check cycle in dayspublic String getBeginScanAt()
public void setBeginScanAt(String BeginScanAt)
BeginScanAt - Scan start timepublic 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).public Long getTimeout()
public void setTimeout(Long Timeout)
Timeout - Timeout period in hourspublic Long getScanRangeType()
public void setScanRangeType(Long ScanRangeType)
ScanRangeType - Scanning scope. Valid values: `0` (container); `1` (server).public Boolean getScanRangeAll()
public void setScanRangeAll(Boolean ScanRangeAll)
ScanRangeAll - Valid values: `true` (all); `false` (specified).public String[] getScanIds()
public void setScanIds(String[] ScanIds)
ScanIds - ID of the specified container or server to be scanned, which is based on `ScanRangeType`.public String[] getScanPath()
public void setScanPath(String[] ScanPath)
ScanPath - Specified path to be excluded or scannedpublic Long getClickTimeout()
public void setClickTimeout(Long ClickTimeout)
ClickTimeout - Timeout settings of quick check
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 © 2023. All rights reserved.