public class DescribeSecurityEventsCntResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeSecurityEventsCntResponse() |
DescribeSecurityEventsCntResponse(DescribeSecurityEventsCntResponse 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 |
---|---|
SecurityEventInfo |
getAttackLogs()
Get Attack detection-related risk event
|
SecurityEventInfo |
getBaseLine()
Get Security baseline-related risk event
|
SecurityEventInfo |
getBash()
Get High-risk command-related risk event
|
SecurityEventInfo |
getBruteAttack()
Get Password cracking-related risk event
|
Long |
getEffectMachineCount()
Get Number of affected machines
|
SecurityEventInfo |
getEmergencyVul()
Get Emergency vulnerability-related risk event
|
Long |
getEventsCount()
Get Total of number of events
|
SecurityEventInfo |
getHostLogin()
Get Log-in audit-related risk event
|
SecurityEventInfo |
getLinuxVul()
Get Total of Linux system vulnerability events
Note: This field may return null, indicating that no valid values can be obtained.
|
SecurityEventInfo |
getMalware()
Get Trojan file-related risk event
|
SecurityEventInfo |
getPrivilegeRules()
Get Local privilege escalation-related risk event
|
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).
|
SecurityEventInfo |
getReverseShell()
Get Reverse Shell-related risk event
|
SecurityEventInfo |
getRiskDns()
Get Malicious request-related risk event
|
SecurityEventInfo |
getSysVul()
Get Application vulnerability-related risk event
|
SecurityEventInfo |
getWebVul()
Get Web application vulnerability-related risk event
|
SecurityEventInfo |
getWindowVul()
Get Total of Windows system vulnerability events
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setAttackLogs(SecurityEventInfo AttackLogs)
Set Attack detection-related risk event
|
void |
setBaseLine(SecurityEventInfo BaseLine)
Set Security baseline-related risk event
|
void |
setBash(SecurityEventInfo Bash)
Set High-risk command-related risk event
|
void |
setBruteAttack(SecurityEventInfo BruteAttack)
Set Password cracking-related risk event
|
void |
setEffectMachineCount(Long EffectMachineCount)
Set Number of affected machines
|
void |
setEmergencyVul(SecurityEventInfo EmergencyVul)
Set Emergency vulnerability-related risk event
|
void |
setEventsCount(Long EventsCount)
Set Total of number of events
|
void |
setHostLogin(SecurityEventInfo HostLogin)
Set Log-in audit-related risk event
|
void |
setLinuxVul(SecurityEventInfo LinuxVul)
Set Total of Linux system vulnerability events
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setMalware(SecurityEventInfo Malware)
Set Trojan file-related risk event
|
void |
setPrivilegeRules(SecurityEventInfo PrivilegeRules)
Set Local privilege escalation-related risk event
|
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 |
setReverseShell(SecurityEventInfo ReverseShell)
Set Reverse Shell-related risk event
|
void |
setRiskDns(SecurityEventInfo RiskDns)
Set Malicious request-related risk event
|
void |
setSysVul(SecurityEventInfo SysVul)
Set Application vulnerability-related risk event
|
void |
setWebVul(SecurityEventInfo WebVul)
Set Web application vulnerability-related risk event
|
void |
setWindowVul(SecurityEventInfo WindowVul)
Set Total of Windows system vulnerability events
Note: This field may return null, indicating that no valid values can be obtained.
|
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 DescribeSecurityEventsCntResponse()
public DescribeSecurityEventsCntResponse(DescribeSecurityEventsCntResponse source)
public SecurityEventInfo getMalware()
public void setMalware(SecurityEventInfo Malware)
Malware
- Trojan file-related risk eventpublic SecurityEventInfo getHostLogin()
public void setHostLogin(SecurityEventInfo HostLogin)
HostLogin
- Log-in audit-related risk eventpublic SecurityEventInfo getBruteAttack()
public void setBruteAttack(SecurityEventInfo BruteAttack)
BruteAttack
- Password cracking-related risk eventpublic SecurityEventInfo getRiskDns()
public void setRiskDns(SecurityEventInfo RiskDns)
RiskDns
- Malicious request-related risk eventpublic SecurityEventInfo getBash()
public void setBash(SecurityEventInfo Bash)
Bash
- High-risk command-related risk eventpublic SecurityEventInfo getPrivilegeRules()
public void setPrivilegeRules(SecurityEventInfo PrivilegeRules)
PrivilegeRules
- Local privilege escalation-related risk eventpublic SecurityEventInfo getReverseShell()
public void setReverseShell(SecurityEventInfo ReverseShell)
ReverseShell
- Reverse Shell-related risk eventpublic SecurityEventInfo getSysVul()
public void setSysVul(SecurityEventInfo SysVul)
SysVul
- Application vulnerability-related risk eventpublic SecurityEventInfo getWebVul()
public void setWebVul(SecurityEventInfo WebVul)
WebVul
- Web application vulnerability-related risk eventpublic SecurityEventInfo getEmergencyVul()
public void setEmergencyVul(SecurityEventInfo EmergencyVul)
EmergencyVul
- Emergency vulnerability-related risk eventpublic SecurityEventInfo getBaseLine()
public void setBaseLine(SecurityEventInfo BaseLine)
BaseLine
- Security baseline-related risk eventpublic SecurityEventInfo getAttackLogs()
public void setAttackLogs(SecurityEventInfo AttackLogs)
AttackLogs
- Attack detection-related risk eventpublic Long getEffectMachineCount()
public void setEffectMachineCount(Long EffectMachineCount)
EffectMachineCount
- Number of affected machinespublic Long getEventsCount()
public void setEventsCount(Long EventsCount)
EventsCount
- Total of number of eventspublic SecurityEventInfo getWindowVul()
public void setWindowVul(SecurityEventInfo WindowVul)
WindowVul
- Total of Windows system vulnerability events
Note: This field may return null, indicating that no valid values can be obtained.public SecurityEventInfo getLinuxVul()
public void setLinuxVul(SecurityEventInfo LinuxVul)
LinuxVul
- Total of Linux system vulnerability events
Note: This field may return null, indicating that no valid values can be obtained.public 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.