
com.tencentcloudapi.tcss.v20201101.models.DescribeVirusMonitorSettingResponse Maven / Gradle / Ivy
/*
* Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.tencentcloudapi.tcss.v20201101.models;
import com.tencentcloudapi.common.AbstractModel;
import com.tencentcloudapi.common.SSEResponseModel;
import com.google.gson.annotations.SerializedName;
import com.google.gson.annotations.Expose;
import java.util.HashMap;
public class DescribeVirusMonitorSettingResponse extends AbstractModel {
/**
* Whether to enable real-time monitoring
*/
@SerializedName("EnableScan")
@Expose
private Boolean EnableScan;
/**
* Scan all paths
Note: This field may return null, indicating that no valid values can be obtained.
*/
@SerializedName("ScanPathAll")
@Expose
private Boolean ScanPathAll;
/**
* 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.
*/
@SerializedName("ScanPathType")
@Expose
private Long ScanPathType;
/**
* Specified path to be excluded or scanned
Note: This field may return null, indicating that no valid values can be obtained.
*/
@SerializedName("ScanPath")
@Expose
private String [] ScanPath;
/**
* Path scanning mode:
`SCAN_PATH_ALL`: Scan all paths
`SCAN_PATH_DEFAULT`: Scan the default path
`SCAN_PATH_USER_DEFINE`: Scan the custom path
*/
@SerializedName("ScanPathMode")
@Expose
private String ScanPathMode;
/**
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
*/
@SerializedName("RequestId")
@Expose
private String RequestId;
/**
* Get Whether to enable real-time monitoring
* @return EnableScan Whether to enable real-time monitoring
*/
public Boolean getEnableScan() {
return this.EnableScan;
}
/**
* Set Whether to enable real-time monitoring
* @param EnableScan Whether to enable real-time monitoring
*/
public void setEnableScan(Boolean EnableScan) {
this.EnableScan = EnableScan;
}
/**
* Get Scan all paths
Note: This field may return null, indicating that no valid values can be obtained.
* @return ScanPathAll Scan all paths
Note: This field may return null, indicating that no valid values can be obtained.
*/
public Boolean getScanPathAll() {
return this.ScanPathAll;
}
/**
* Set Scan all paths
Note: This field may return null, indicating that no valid values can be obtained.
* @param ScanPathAll Scan all paths
Note: This field may return null, indicating that no valid values can be obtained.
*/
public void setScanPathAll(Boolean ScanPathAll) {
this.ScanPathAll = ScanPathAll;
}
/**
* Get 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.
* @return 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 Long getScanPathType() {
return this.ScanPathType;
}
/**
* Set 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.
* @param 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 void setScanPathType(Long ScanPathType) {
this.ScanPathType = ScanPathType;
}
/**
* Get Specified path to be excluded or scanned
Note: This field may return null, indicating that no valid values can be obtained.
* @return ScanPath Specified path to be excluded or scanned
Note: This field may return null, indicating that no valid values can be obtained.
*/
public String [] getScanPath() {
return this.ScanPath;
}
/**
* Set Specified path to be excluded or scanned
Note: This field may return null, indicating that no valid values can be obtained.
* @param ScanPath Specified path to be excluded or scanned
Note: This field may return null, indicating that no valid values can be obtained.
*/
public void setScanPath(String [] ScanPath) {
this.ScanPath = ScanPath;
}
/**
* 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
* @return ScanPathMode Path scanning mode:
`SCAN_PATH_ALL`: Scan all paths
`SCAN_PATH_DEFAULT`: Scan the default path
`SCAN_PATH_USER_DEFINE`: Scan the custom path
*/
public String getScanPathMode() {
return this.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
* @param ScanPathMode Path scanning mode:
`SCAN_PATH_ALL`: Scan all paths
`SCAN_PATH_DEFAULT`: Scan the default path
`SCAN_PATH_USER_DEFINE`: Scan the custom path
*/
public void setScanPathMode(String ScanPathMode) {
this.ScanPathMode = ScanPathMode;
}
/**
* Get The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
* @return RequestId The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
*/
public String getRequestId() {
return this.RequestId;
}
/**
* Set The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
* @param RequestId The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
*/
public void setRequestId(String RequestId) {
this.RequestId = RequestId;
}
public DescribeVirusMonitorSettingResponse() {
}
/**
* 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.
*/
public DescribeVirusMonitorSettingResponse(DescribeVirusMonitorSettingResponse source) {
if (source.EnableScan != null) {
this.EnableScan = new Boolean(source.EnableScan);
}
if (source.ScanPathAll != null) {
this.ScanPathAll = new Boolean(source.ScanPathAll);
}
if (source.ScanPathType != null) {
this.ScanPathType = new Long(source.ScanPathType);
}
if (source.ScanPath != null) {
this.ScanPath = new String[source.ScanPath.length];
for (int i = 0; i < source.ScanPath.length; i++) {
this.ScanPath[i] = new String(source.ScanPath[i]);
}
}
if (source.ScanPathMode != null) {
this.ScanPathMode = new String(source.ScanPathMode);
}
if (source.RequestId != null) {
this.RequestId = new String(source.RequestId);
}
}
/**
* Internal implementation, normal users should not use it.
*/
public void toMap(HashMap map, String prefix) {
this.setParamSimple(map, prefix + "EnableScan", this.EnableScan);
this.setParamSimple(map, prefix + "ScanPathAll", this.ScanPathAll);
this.setParamSimple(map, prefix + "ScanPathType", this.ScanPathType);
this.setParamArraySimple(map, prefix + "ScanPath.", this.ScanPath);
this.setParamSimple(map, prefix + "ScanPathMode", this.ScanPathMode);
this.setParamSimple(map, prefix + "RequestId", this.RequestId);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy