Class DescribeVirusMonitorSettingResponse
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcss.v20201101.models.DescribeVirusMonitorSettingResponse
-
public class DescribeVirusMonitorSettingResponse extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetEnableScan()Get 是否开启实时监控StringgetRequestId()Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。String[]getScanPath()Get 自选排除或扫描的地址 注意:此字段可能返回 null,表示取不到有效值。BooleangetScanPathAll()Get 扫描全部路径 注意:此字段可能返回 null,表示取不到有效值。StringgetScanPathMode()Get 扫描路径模式: SCAN_PATH_ALL:全部路径 SCAN_PATH_DEFAULT:默认路径 SCAN_PATH_USER_DEFINE:用户自定义路径LonggetScanPathType()Get 当ScanPathAll为true 生效 0扫描以下路径 1、扫描除以下路径 注意:此字段可能返回 null,表示取不到有效值。voidsetEnableScan(Boolean EnableScan)Set 是否开启实时监控voidsetRequestId(String RequestId)Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。voidsetScanPath(String[] ScanPath)Set 自选排除或扫描的地址 注意:此字段可能返回 null,表示取不到有效值。voidsetScanPathAll(Boolean ScanPathAll)Set 扫描全部路径 注意:此字段可能返回 null,表示取不到有效值。voidsetScanPathMode(String ScanPathMode)Set 扫描路径模式: SCAN_PATH_ALL:全部路径 SCAN_PATH_DEFAULT:默认路径 SCAN_PATH_USER_DEFINE:用户自定义路径voidsetScanPathType(Long ScanPathType)Set 当ScanPathAll为true 生效 0扫描以下路径 1、扫描除以下路径 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeVirusMonitorSettingResponse
public DescribeVirusMonitorSettingResponse()
-
DescribeVirusMonitorSettingResponse
public 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.
-
-
Method Detail
-
getEnableScan
public Boolean getEnableScan()
Get 是否开启实时监控- Returns:
- EnableScan 是否开启实时监控
-
setEnableScan
public void setEnableScan(Boolean EnableScan)
Set 是否开启实时监控- Parameters:
EnableScan- 是否开启实时监控
-
getScanPathAll
public Boolean getScanPathAll()
Get 扫描全部路径 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ScanPathAll 扫描全部路径 注意:此字段可能返回 null,表示取不到有效值。
-
setScanPathAll
public void setScanPathAll(Boolean ScanPathAll)
Set 扫描全部路径 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ScanPathAll- 扫描全部路径 注意:此字段可能返回 null,表示取不到有效值。
-
getScanPathType
public Long getScanPathType()
Get 当ScanPathAll为true 生效 0扫描以下路径 1、扫描除以下路径 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ScanPathType 当ScanPathAll为true 生效 0扫描以下路径 1、扫描除以下路径 注意:此字段可能返回 null,表示取不到有效值。
-
setScanPathType
public void setScanPathType(Long ScanPathType)
Set 当ScanPathAll为true 生效 0扫描以下路径 1、扫描除以下路径 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ScanPathType- 当ScanPathAll为true 生效 0扫描以下路径 1、扫描除以下路径 注意:此字段可能返回 null,表示取不到有效值。
-
getScanPath
public String[] getScanPath()
Get 自选排除或扫描的地址 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ScanPath 自选排除或扫描的地址 注意:此字段可能返回 null,表示取不到有效值。
-
setScanPath
public void setScanPath(String[] ScanPath)
Set 自选排除或扫描的地址 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ScanPath- 自选排除或扫描的地址 注意:此字段可能返回 null,表示取不到有效值。
-
getScanPathMode
public String getScanPathMode()
Get 扫描路径模式: SCAN_PATH_ALL:全部路径 SCAN_PATH_DEFAULT:默认路径 SCAN_PATH_USER_DEFINE:用户自定义路径- Returns:
- ScanPathMode 扫描路径模式: SCAN_PATH_ALL:全部路径 SCAN_PATH_DEFAULT:默认路径 SCAN_PATH_USER_DEFINE:用户自定义路径
-
setScanPathMode
public void setScanPathMode(String ScanPathMode)
Set 扫描路径模式: SCAN_PATH_ALL:全部路径 SCAN_PATH_DEFAULT:默认路径 SCAN_PATH_USER_DEFINE:用户自定义路径- Parameters:
ScanPathMode- 扫描路径模式: SCAN_PATH_ALL:全部路径 SCAN_PATH_DEFAULT:默认路径 SCAN_PATH_USER_DEFINE:用户自定义路径
-
getRequestId
public String getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Returns:
- RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
setRequestId
public void setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Parameters:
RequestId- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
-