public class DescribeSecurityEventStatResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeSecurityEventStatResponse() |
DescribeSecurityEventStatResponse(DescribeSecurityEventStatResponse 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 |
---|---|
EventStat |
getAttackLogsStat()
Get Network attack event statistics
|
EventStat |
getBaselineHighStat()
Get Statistics of high-risk baseline vulnerability events
|
EventStat |
getBaselineLowStat()
Get Statistics of low-risk baseline vulnerability events
|
EventStat |
getBaselineNormalStat()
Get Statistics of medium-risk baseline vulnerability events
|
EventStat |
getBaselineRiskStat()
Get Statistics of critical baseline vulnerability events
|
Long |
getBaseLineTotalAffectNum()
Get Total number of machines with unfixed baseline security events
|
EventStat |
getBruteAttackStat()
Get Statistics of brute force cracking events
|
Long |
getCyberAttackTotalAffectNum()
Get Total number of machines with unfixed network attack security events
|
EventStat |
getHighRiskBashStat()
Get Statistics of high-risk command events
|
EventStat |
getHostLoginStat()
Get Statistics of cross-region log-in events
|
Long |
getInvasionTotalAffectNum()
Get Total number of machines with unfixed intrusion security events
|
Long |
getMachineTotalAffectNum()
Get Total number of machines with unfixed security events
|
EventStat |
getMaliciousRequestStat()
Get Malicious request event statistics
|
EventStat |
getMalwareStat()
Get Trojan event statistics
|
EventStat |
getPrivilegeStat()
Get Statistics of local privilege escalation events
|
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).
|
EventStat |
getReverseShellStat()
Get Reverse shell event statistics
|
Long |
getScore()
Get Security score
|
EventStat |
getVulHighStat()
Get Statistics of high-risk vulnerability events
|
EventStat |
getVulLowStat()
Get Statistics of low-risk vulnerability events
|
EventStat |
getVulNormalStat()
Get Statistics of medium-risk vulnerability events
|
EventStat |
getVulRiskStat()
Get Critical vulnerability event statistics
|
EventStat |
getVulStat()
Get Statistics on the number of vulnerabilities
|
Long |
getVulTotalAffectNum()
Get Total number of machines with unfixed vulnerability security events
|
void |
setAttackLogsStat(EventStat AttackLogsStat)
Set Network attack event statistics
|
void |
setBaselineHighStat(EventStat BaselineHighStat)
Set Statistics of high-risk baseline vulnerability events
|
void |
setBaselineLowStat(EventStat BaselineLowStat)
Set Statistics of low-risk baseline vulnerability events
|
void |
setBaselineNormalStat(EventStat BaselineNormalStat)
Set Statistics of medium-risk baseline vulnerability events
|
void |
setBaselineRiskStat(EventStat BaselineRiskStat)
Set Statistics of critical baseline vulnerability events
|
void |
setBaseLineTotalAffectNum(Long BaseLineTotalAffectNum)
Set Total number of machines with unfixed baseline security events
|
void |
setBruteAttackStat(EventStat BruteAttackStat)
Set Statistics of brute force cracking events
|
void |
setCyberAttackTotalAffectNum(Long CyberAttackTotalAffectNum)
Set Total number of machines with unfixed network attack security events
|
void |
setHighRiskBashStat(EventStat HighRiskBashStat)
Set Statistics of high-risk command events
|
void |
setHostLoginStat(EventStat HostLoginStat)
Set Statistics of cross-region log-in events
|
void |
setInvasionTotalAffectNum(Long InvasionTotalAffectNum)
Set Total number of machines with unfixed intrusion security events
|
void |
setMachineTotalAffectNum(Long MachineTotalAffectNum)
Set Total number of machines with unfixed security events
|
void |
setMaliciousRequestStat(EventStat MaliciousRequestStat)
Set Malicious request event statistics
|
void |
setMalwareStat(EventStat MalwareStat)
Set Trojan event statistics
|
void |
setPrivilegeStat(EventStat PrivilegeStat)
Set Statistics of local privilege escalation events
|
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 |
setReverseShellStat(EventStat ReverseShellStat)
Set Reverse shell event statistics
|
void |
setScore(Long Score)
Set Security score
|
void |
setVulHighStat(EventStat VulHighStat)
Set Statistics of high-risk vulnerability events
|
void |
setVulLowStat(EventStat VulLowStat)
Set Statistics of low-risk vulnerability events
|
void |
setVulNormalStat(EventStat VulNormalStat)
Set Statistics of medium-risk vulnerability events
|
void |
setVulRiskStat(EventStat VulRiskStat)
Set Critical vulnerability event statistics
|
void |
setVulStat(EventStat VulStat)
Set Statistics on the number of vulnerabilities
|
void |
setVulTotalAffectNum(Long VulTotalAffectNum)
Set Total number of machines with unfixed vulnerability security events
|
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 DescribeSecurityEventStatResponse()
public DescribeSecurityEventStatResponse(DescribeSecurityEventStatResponse source)
public EventStat getMalwareStat()
public void setMalwareStat(EventStat MalwareStat)
MalwareStat
- Trojan event statisticspublic EventStat getHostLoginStat()
public void setHostLoginStat(EventStat HostLoginStat)
HostLoginStat
- Statistics of cross-region log-in eventspublic EventStat getBruteAttackStat()
public void setBruteAttackStat(EventStat BruteAttackStat)
BruteAttackStat
- Statistics of brute force cracking eventspublic EventStat getMaliciousRequestStat()
public void setMaliciousRequestStat(EventStat MaliciousRequestStat)
MaliciousRequestStat
- Malicious request event statisticspublic EventStat getPrivilegeStat()
public void setPrivilegeStat(EventStat PrivilegeStat)
PrivilegeStat
- Statistics of local privilege escalation eventspublic EventStat getReverseShellStat()
public void setReverseShellStat(EventStat ReverseShellStat)
ReverseShellStat
- Reverse shell event statisticspublic EventStat getHighRiskBashStat()
public void setHighRiskBashStat(EventStat HighRiskBashStat)
HighRiskBashStat
- Statistics of high-risk command eventspublic EventStat getAttackLogsStat()
public void setAttackLogsStat(EventStat AttackLogsStat)
AttackLogsStat
- Network attack event statisticspublic EventStat getVulHighStat()
public void setVulHighStat(EventStat VulHighStat)
VulHighStat
- Statistics of high-risk vulnerability eventspublic EventStat getVulNormalStat()
public void setVulNormalStat(EventStat VulNormalStat)
VulNormalStat
- Statistics of medium-risk vulnerability eventspublic EventStat getVulLowStat()
public void setVulLowStat(EventStat VulLowStat)
VulLowStat
- Statistics of low-risk vulnerability eventspublic EventStat getBaselineHighStat()
public void setBaselineHighStat(EventStat BaselineHighStat)
BaselineHighStat
- Statistics of high-risk baseline vulnerability eventspublic EventStat getBaselineNormalStat()
public void setBaselineNormalStat(EventStat BaselineNormalStat)
BaselineNormalStat
- Statistics of medium-risk baseline vulnerability eventspublic EventStat getBaselineLowStat()
public void setBaselineLowStat(EventStat BaselineLowStat)
BaselineLowStat
- Statistics of low-risk baseline vulnerability eventspublic Long getMachineTotalAffectNum()
public void setMachineTotalAffectNum(Long MachineTotalAffectNum)
MachineTotalAffectNum
- Total number of machines with unfixed security eventspublic Long getInvasionTotalAffectNum()
public void setInvasionTotalAffectNum(Long InvasionTotalAffectNum)
InvasionTotalAffectNum
- Total number of machines with unfixed intrusion security eventspublic Long getVulTotalAffectNum()
public void setVulTotalAffectNum(Long VulTotalAffectNum)
VulTotalAffectNum
- Total number of machines with unfixed vulnerability security eventspublic Long getBaseLineTotalAffectNum()
public void setBaseLineTotalAffectNum(Long BaseLineTotalAffectNum)
BaseLineTotalAffectNum
- Total number of machines with unfixed baseline security eventspublic Long getCyberAttackTotalAffectNum()
public void setCyberAttackTotalAffectNum(Long CyberAttackTotalAffectNum)
CyberAttackTotalAffectNum
- Total number of machines with unfixed network attack security eventspublic EventStat getVulRiskStat()
public void setVulRiskStat(EventStat VulRiskStat)
VulRiskStat
- Critical vulnerability event statisticspublic EventStat getBaselineRiskStat()
public void setBaselineRiskStat(EventStat BaselineRiskStat)
BaselineRiskStat
- Statistics of critical baseline vulnerability eventspublic EventStat getVulStat()
public void setVulStat(EventStat VulStat)
VulStat
- Statistics on the number of vulnerabilitiespublic Long getScore()
public void setScore(Long Score)
Score
- Security scorepublic 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.