public class DescribeVirusMonitorSettingResponse extends AbstractModel
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 是否开启实时监控
|
String |
getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
String[] |
getScanPath()
Get 自选排除或扫描的地址
注意:此字段可能返回 null,表示取不到有效值。
|
Boolean |
getScanPathAll()
Get 扫描全部路径
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getScanPathType()
Get 当ScanPathAll为true 生效 0扫描以下路径 1、扫描除以下路径
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setEnableScan(Boolean EnableScan)
Set 是否开启实时监控
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
void |
setScanPath(String[] ScanPath)
Set 自选排除或扫描的地址
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setScanPathAll(Boolean ScanPathAll)
Set 扫描全部路径
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setScanPathType(Long ScanPathType)
Set 当ScanPathAll为true 生效 0扫描以下路径 1、扫描除以下路径
注意:此字段可能返回 null,表示取不到有效值。
|
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 DescribeVirusMonitorSettingResponse()
public DescribeVirusMonitorSettingResponse(DescribeVirusMonitorSettingResponse source)
public Boolean getEnableScan()
public void setEnableScan(Boolean EnableScan)
EnableScan
- 是否开启实时监控public Boolean getScanPathAll()
public void setScanPathAll(Boolean ScanPathAll)
ScanPathAll
- 扫描全部路径
注意:此字段可能返回 null,表示取不到有效值。public Long getScanPathType()
public void setScanPathType(Long ScanPathType)
ScanPathType
- 当ScanPathAll为true 生效 0扫描以下路径 1、扫描除以下路径
注意:此字段可能返回 null,表示取不到有效值。public String[] getScanPath()
public void setScanPath(String[] ScanPath)
ScanPath
- 自选排除或扫描的地址
注意:此字段可能返回 null,表示取不到有效值。public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Copyright © 2022. All rights reserved.