public class ModifyMalwareTimingScanSettingsRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ModifyMalwareTimingScanSettingsRequest() | 
| ModifyMalwareTimingScanSettingsRequest(ModifyMalwareTimingScanSettingsRequest 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 | 
|---|---|
| Long | getAutoIsolation()Get 是否自动隔离 1隔离 0 不隔离 | 
| Long | getCheckPattern()Get 检测模式 0 全盘检测  1快速检测 | 
| Long | getCycle()Get 扫描周期 默认每天 1 | 
| Long | getDoClean()Get 1 清理, 0 不清理
本操作会修复被篡改的系统命令,计划任务等系统文件,操作中请确保yum/apt 可用 | 
| Long | getEnableInspiredEngine()Get 启发引擎开关 0 关闭 1开启 | 
| Long | getEnableMemShellScan()Get 是否开启恶意进程查杀[0:未开启,1:开启] | 
| Long | getEnableScan()Get 定时检测开关 0 关闭 1开启 | 
| String | getEndTime()Get 检测周期 超时结束时间,如:04:00:00 | 
| Long | getEngineType()Get 1标准模式(只报严重、高危)、2增强模式(报严重、高危、中危)、3严格模式(报严重、高、中、低、提示) | 
| Long | getIsGlobal()Get 是否全部服务器 1 全部 2 自选 | 
| Long | getKillProcess()Get 是否杀掉进程 1杀掉 0不杀掉 | 
| Long | getMonitoringPattern()Get 监控模式 0 标准 1深度 | 
| Long | getProtectFileScope()Get 查杀范围 0 脚本类之外的恶意文件,1全部恶意文件 | 
| Long | getProtectMode()Get 防护模式 0 标准 1重保 | 
| Long | getQuaraScope()Get 用户选择的隔离范围,0:默认全隔离 1:用户自选 | 
| String[] | getQuaraUuids()Get 自选的隔离主机集合 | 
| String[] | getQuuidList()Get 自选服务器时必须 主机quuid的string数组 | 
| Long | getRealTimeMonitoring()Get 实时监控 0 关闭 1开启 | 
| String | getStartTime()Get 检测周期 开始时间,如:02:00:00 | 
| void | setAutoIsolation(Long AutoIsolation)Set 是否自动隔离 1隔离 0 不隔离 | 
| void | setCheckPattern(Long CheckPattern)Set 检测模式 0 全盘检测  1快速检测 | 
| void | setCycle(Long Cycle)Set 扫描周期 默认每天 1 | 
| void | setDoClean(Long DoClean)Set 1 清理, 0 不清理
本操作会修复被篡改的系统命令,计划任务等系统文件,操作中请确保yum/apt 可用 | 
| void | setEnableInspiredEngine(Long EnableInspiredEngine)Set 启发引擎开关 0 关闭 1开启 | 
| void | setEnableMemShellScan(Long EnableMemShellScan)Set 是否开启恶意进程查杀[0:未开启,1:开启] | 
| void | setEnableScan(Long EnableScan)Set 定时检测开关 0 关闭 1开启 | 
| void | setEndTime(String EndTime)Set 检测周期 超时结束时间,如:04:00:00 | 
| void | setEngineType(Long EngineType)Set 1标准模式(只报严重、高危)、2增强模式(报严重、高危、中危)、3严格模式(报严重、高、中、低、提示) | 
| void | setIsGlobal(Long IsGlobal)Set 是否全部服务器 1 全部 2 自选 | 
| void | setKillProcess(Long KillProcess)Set 是否杀掉进程 1杀掉 0不杀掉 | 
| void | setMonitoringPattern(Long MonitoringPattern)Set 监控模式 0 标准 1深度 | 
| void | setProtectFileScope(Long ProtectFileScope)Set 查杀范围 0 脚本类之外的恶意文件,1全部恶意文件 | 
| void | setProtectMode(Long ProtectMode)Set 防护模式 0 标准 1重保 | 
| void | setQuaraScope(Long QuaraScope)Set 用户选择的隔离范围,0:默认全隔离 1:用户自选 | 
| void | setQuaraUuids(String[] QuaraUuids)Set 自选的隔离主机集合 | 
| void | setQuuidList(String[] QuuidList)Set 自选服务器时必须 主机quuid的string数组 | 
| void | setRealTimeMonitoring(Long RealTimeMonitoring)Set 实时监控 0 关闭 1开启 | 
| void | setStartTime(String StartTime)Set 检测周期 开始时间,如:02:00:00 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ModifyMalwareTimingScanSettingsRequest()
public ModifyMalwareTimingScanSettingsRequest(ModifyMalwareTimingScanSettingsRequest source)
public Long getCheckPattern()
public void setCheckPattern(Long CheckPattern)
CheckPattern - 检测模式 0 全盘检测  1快速检测public String getStartTime()
public void setStartTime(String StartTime)
StartTime - 检测周期 开始时间,如:02:00:00public String getEndTime()
public void setEndTime(String EndTime)
EndTime - 检测周期 超时结束时间,如:04:00:00public Long getIsGlobal()
public void setIsGlobal(Long IsGlobal)
IsGlobal - 是否全部服务器 1 全部 2 自选public Long getEnableScan()
public void setEnableScan(Long EnableScan)
EnableScan - 定时检测开关 0 关闭 1开启public Long getMonitoringPattern()
public void setMonitoringPattern(Long MonitoringPattern)
MonitoringPattern - 监控模式 0 标准 1深度public Long getCycle()
public void setCycle(Long Cycle)
Cycle - 扫描周期 默认每天 1public Long getRealTimeMonitoring()
public void setRealTimeMonitoring(Long RealTimeMonitoring)
RealTimeMonitoring - 实时监控 0 关闭 1开启public String[] getQuuidList()
public void setQuuidList(String[] QuuidList)
QuuidList - 自选服务器时必须 主机quuid的string数组public Long getAutoIsolation()
public void setAutoIsolation(Long AutoIsolation)
AutoIsolation - 是否自动隔离 1隔离 0 不隔离public Long getKillProcess()
public void setKillProcess(Long KillProcess)
KillProcess - 是否杀掉进程 1杀掉 0不杀掉public Long getDoClean()
public void setDoClean(Long DoClean)
DoClean - 1 清理, 0 不清理
public Long getEngineType()
public void setEngineType(Long EngineType)
EngineType - 1标准模式(只报严重、高危)、2增强模式(报严重、高危、中危)、3严格模式(报严重、高、中、低、提示)public Long getEnableInspiredEngine()
public void setEnableInspiredEngine(Long EnableInspiredEngine)
EnableInspiredEngine - 启发引擎开关 0 关闭 1开启public Long getEnableMemShellScan()
public void setEnableMemShellScan(Long EnableMemShellScan)
EnableMemShellScan - 是否开启恶意进程查杀[0:未开启,1:开启]public Long getProtectMode()
public void setProtectMode(Long ProtectMode)
ProtectMode - 防护模式 0 标准 1重保public Long getProtectFileScope()
public void setProtectFileScope(Long ProtectFileScope)
ProtectFileScope - 查杀范围 0 脚本类之外的恶意文件,1全部恶意文件public String[] getQuaraUuids()
public void setQuaraUuids(String[] QuaraUuids)
QuaraUuids - 自选的隔离主机集合public Long getQuaraScope()
public void setQuaraScope(Long QuaraScope)
QuaraScope - 用户选择的隔离范围,0:默认全隔离 1:用户自选Copyright © 2025. All rights reserved.