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 Whether to apply automatic isolation.
|
Long |
getCheckPattern()
Get Detection mode.
|
Long |
getCycle()
Get Scan interval: defaults to 1 per day
|
Long |
getDoClean()
Get 1: clean up; 0: not clean up
This operation will fix tampered system commands, scheduled tasks, and other system files.
|
Long |
getEnableInspiredEngine()
Get Heuristic Engine Switch: 0 OFF, 1 ON.
|
Long |
getEnableMemShellScan()
Get Whether to enable malicious process killing [0: Not Enabled; 1: Enabled]
|
Long |
getEnableScan()
Get Regular detection switch.
|
String |
getEndTime()
Get Detection interval timeout end time, such as 04:00:00
|
Long |
getEngineType()
Get 1: standard mode (only critical and high-risk are reported.); 2: enhanced mode (critical, high-risk, and medium-risk are reported.); 3: strict mode (critical, high-risk, medium-risk, low-risk, and prompt are reported.)
|
Long |
getIsGlobal()
Get Whether all servers.
|
Long |
getKillProcess()
Get Whether to terminate the process.
|
Long |
getMonitoringPattern()
Get Monitoring mode.
|
Long |
getProtectFileScope()
Get Scope of detection: 0: malicious files other than scripts; 1: all malicious files
|
Long |
getProtectMode()
Get Protection mode: 0: standard; 1: important period guarantee
|
String[] |
getQuuidList()
Get Required for specified servers, a string array of host QUUIDs
|
Long |
getRealTimeMonitoring()
Get Real-time monitoring.
|
String |
getStartTime()
Get Detection interval start time, such as 02:00:00
|
void |
setAutoIsolation(Long AutoIsolation)
Set Whether to apply automatic isolation.
|
void |
setCheckPattern(Long CheckPattern)
Set Detection mode.
|
void |
setCycle(Long Cycle)
Set Scan interval: defaults to 1 per day
|
void |
setDoClean(Long DoClean)
Set 1: clean up; 0: not clean up
This operation will fix tampered system commands, scheduled tasks, and other system files.
|
void |
setEnableInspiredEngine(Long EnableInspiredEngine)
Set Heuristic Engine Switch: 0 OFF, 1 ON.
|
void |
setEnableMemShellScan(Long EnableMemShellScan)
Set Whether to enable malicious process killing [0: Not Enabled; 1: Enabled]
|
void |
setEnableScan(Long EnableScan)
Set Regular detection switch.
|
void |
setEndTime(String EndTime)
Set Detection interval timeout end time, such as 04:00:00
|
void |
setEngineType(Long EngineType)
Set 1: standard mode (only critical and high-risk are reported.); 2: enhanced mode (critical, high-risk, and medium-risk are reported.); 3: strict mode (critical, high-risk, medium-risk, low-risk, and prompt are reported.)
|
void |
setIsGlobal(Long IsGlobal)
Set Whether all servers.
|
void |
setKillProcess(Long KillProcess)
Set Whether to terminate the process.
|
void |
setMonitoringPattern(Long MonitoringPattern)
Set Monitoring mode.
|
void |
setProtectFileScope(Long ProtectFileScope)
Set Scope of detection: 0: malicious files other than scripts; 1: all malicious files
|
void |
setProtectMode(Long ProtectMode)
Set Protection mode: 0: standard; 1: important period guarantee
|
void |
setQuuidList(String[] QuuidList)
Set Required for specified servers, a string array of host QUUIDs
|
void |
setRealTimeMonitoring(Long RealTimeMonitoring)
Set Real-time monitoring.
|
void |
setStartTime(String StartTime)
Set Detection interval start time, such as 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, toJsonString
public ModifyMalwareTimingScanSettingsRequest()
public ModifyMalwareTimingScanSettingsRequest(ModifyMalwareTimingScanSettingsRequest source)
public Long getCheckPattern()
public void setCheckPattern(Long CheckPattern)
CheckPattern
- Detection mode. 0: full disk detection; 1: rapid detectionpublic String getStartTime()
public void setStartTime(String StartTime)
StartTime
- Detection interval start time, such as 02:00:00public String getEndTime()
public void setEndTime(String EndTime)
EndTime
- Detection interval timeout end time, such as 04:00:00public Long getIsGlobal()
public void setIsGlobal(Long IsGlobal)
IsGlobal
- Whether all servers. 1: all; 2: specifiedpublic Long getEnableScan()
public void setEnableScan(Long EnableScan)
EnableScan
- Regular detection switch. 0: off; 1: onpublic Long getMonitoringPattern()
public void setMonitoringPattern(Long MonitoringPattern)
MonitoringPattern
- Monitoring mode. 0: standard; 1: deeppublic Long getCycle()
public void setCycle(Long Cycle)
Cycle
- Scan interval: defaults to 1 per daypublic Long getRealTimeMonitoring()
public void setRealTimeMonitoring(Long RealTimeMonitoring)
RealTimeMonitoring
- Real-time monitoring. 0: off; 1: onpublic String[] getQuuidList()
public void setQuuidList(String[] QuuidList)
QuuidList
- Required for specified servers, a string array of host QUUIDspublic Long getAutoIsolation()
public void setAutoIsolation(Long AutoIsolation)
AutoIsolation
- Whether to apply automatic isolation. 1: yes; 0: nopublic Long getKillProcess()
public void setKillProcess(Long KillProcess)
KillProcess
- Whether to terminate the process. 1: terminate; 0: not terminatepublic Long getDoClean()
public void setDoClean(Long DoClean)
DoClean
- 1: clean up; 0: not clean up
public Long getEngineType()
public void setEngineType(Long EngineType)
EngineType
- 1: standard mode (only critical and high-risk are reported.); 2: enhanced mode (critical, high-risk, and medium-risk are reported.); 3: strict mode (critical, high-risk, medium-risk, low-risk, and prompt are reported.)public Long getEnableInspiredEngine()
public void setEnableInspiredEngine(Long EnableInspiredEngine)
EnableInspiredEngine
- Heuristic Engine Switch: 0 OFF, 1 ON.public Long getEnableMemShellScan()
public void setEnableMemShellScan(Long EnableMemShellScan)
EnableMemShellScan
- Whether to enable malicious process killing [0: Not Enabled; 1: Enabled]public Long getProtectMode()
public void setProtectMode(Long ProtectMode)
ProtectMode
- Protection mode: 0: standard; 1: important period guaranteepublic Long getProtectFileScope()
public void setProtectFileScope(Long ProtectFileScope)
ProtectFileScope
- Scope of detection: 0: malicious files other than scripts; 1: all malicious filesCopyright © 2025. All rights reserved.