public class DescribeMalwareTimingScanSettingResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeMalwareTimingScanSettingResponse() |
DescribeMalwareTimingScanSettingResponse(DescribeMalwareTimingScanSettingResponse 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 isolate automatically: 1 - yes; 0 - no
|
Long |
getCheckPattern()
Get Detection mode: 0 - full disk detection; 1 - rapid detection
|
Long |
getClickTimeout()
Get One-click scan timeout duration, such as 1800 seconds
|
Long |
getCycle()
Get Cycle: 1 - daily
|
Long |
getEnableInspiredEngine()
Get Heuristic Engine: 0 - OFF, 1 - ON
|
Long |
getEnableMemShellScan()
Get Whether to enable malicious process killing [0: Not Enabled; 1: Enabled]
|
Long |
getEnableScan()
Get Scheduled detection switch: 0 - disable; 1 - enable
|
String |
getEndTime()
Get Detection cycle; timeout end time
|
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 |
getId()
Get Unique ID
|
Long |
getIsGlobal()
Get Whether all servers: 1 - all; 2 - specified
|
Long |
getKillProcess()
Get Whether to terminate the process: 1: terminate; 0: not terminate.
|
Long |
getMonitoringPattern()
Get Monitoring mode: 0 - standard; 1 - deep
|
Long |
getProtectFileScope()
Get Scope of detection: 0 - malicious files other than scripts; 1 - all malicious files
|
Long |
getProtectMode()
Get Protection mode: 0 - standard; 1 - enhanced
|
String[] |
getQuuidList()
Get When you select servers, host quuid is required.
|
Long |
getRealTimeMonitoring()
Get Real-time monitoring: 0 - disable 1 - enable
|
String |
getRequestId()
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).
|
String |
getStartTime()
Get Detection cycle; start time
|
void |
setAutoIsolation(Long AutoIsolation)
Set Whether to isolate automatically: 1 - yes; 0 - no
|
void |
setCheckPattern(Long CheckPattern)
Set Detection mode: 0 - full disk detection; 1 - rapid detection
|
void |
setClickTimeout(Long ClickTimeout)
Set One-click scan timeout duration, such as 1800 seconds
|
void |
setCycle(Long Cycle)
Set Cycle: 1 - daily
|
void |
setEnableInspiredEngine(Long EnableInspiredEngine)
Set Heuristic Engine: 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 Scheduled detection switch: 0 - disable; 1 - enable
|
void |
setEndTime(String EndTime)
Set Detection cycle; timeout end time
|
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 |
setId(Long Id)
Set Unique ID
|
void |
setIsGlobal(Long IsGlobal)
Set Whether all servers: 1 - all; 2 - specified
|
void |
setKillProcess(Long KillProcess)
Set Whether to terminate the process: 1: terminate; 0: not terminate.
|
void |
setMonitoringPattern(Long MonitoringPattern)
Set Monitoring mode: 0 - standard; 1 - deep
|
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 - enhanced
|
void |
setQuuidList(String[] QuuidList)
Set When you select servers, host quuid is required.
|
void |
setRealTimeMonitoring(Long RealTimeMonitoring)
Set Real-time monitoring: 0 - disable 1 - enable
|
void |
setRequestId(String 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).
|
void |
setStartTime(String StartTime)
Set Detection cycle; start time
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeMalwareTimingScanSettingResponse()
public DescribeMalwareTimingScanSettingResponse(DescribeMalwareTimingScanSettingResponse 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 cycle; start timepublic String getEndTime()
public void setEndTime(String EndTime)
EndTime
- Detection cycle; timeout end timepublic Long getIsGlobal()
public void setIsGlobal(Long IsGlobal)
IsGlobal
- Whether all servers: 1 - all; 2 - specifiedpublic String[] getQuuidList()
public void setQuuidList(String[] QuuidList)
QuuidList
- When you select servers, host quuid is required.
Note: This field may return null, indicating that no valid values can be obtained.public Long getMonitoringPattern()
public void setMonitoringPattern(Long MonitoringPattern)
MonitoringPattern
- Monitoring mode: 0 - standard; 1 - deeppublic Long getCycle()
public void setCycle(Long Cycle)
Cycle
- Cycle: 1 - dailypublic Long getEnableScan()
public void setEnableScan(Long EnableScan)
EnableScan
- Scheduled detection switch: 0 - disable; 1 - enablepublic Long getId()
public void setId(Long Id)
Id
- Unique IDpublic Long getRealTimeMonitoring()
public void setRealTimeMonitoring(Long RealTimeMonitoring)
RealTimeMonitoring
- Real-time monitoring: 0 - disable 1 - enablepublic Long getAutoIsolation()
public void setAutoIsolation(Long AutoIsolation)
AutoIsolation
- Whether to isolate automatically: 1 - yes; 0 - nopublic Long getClickTimeout()
public void setClickTimeout(Long ClickTimeout)
ClickTimeout
- One-click scan timeout duration, such as 1800 secondspublic Long getKillProcess()
public void setKillProcess(Long KillProcess)
KillProcess
- Whether to terminate the process: 1: terminate; 0: not terminate. It is effective only if automatic isolation is enabled.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: 0 - OFF, 1 - ONpublic 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 - enhancedpublic Long getProtectFileScope()
public void setProtectFileScope(Long ProtectFileScope)
ProtectFileScope
- Scope of detection: 0 - malicious files other than scripts; 1 - all malicious filespublic String getRequestId()
public void setRequestId(String RequestId)
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.Copyright © 2024. All rights reserved.