public class DescribeSecurityTrendsResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeSecurityTrendsResponse() |
DescribeSecurityTrendsResponse(DescribeSecurityTrendsResponse 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 |
---|---|
SecurityTrend[] |
getBaseLines()
Get Array of counted baselines
|
SecurityTrend[] |
getBruteAttacks()
Get Array of counted password cracking events
|
SecurityTrend[] |
getCyberAttacks()
Get Array of counted network attacks
|
SecurityTrend[] |
getHighRiskBashs()
Get Array of counted high-risk command
|
SecurityTrend[] |
getMaliciousRequests()
Get Array of counted malicious requests
|
SecurityTrend[] |
getMalwares()
Get Array of counted Trojan events
|
SecurityTrend[] |
getNonLocalLoginPlaces()
Get Array of counted cross-region log-in events
|
SecurityTrend[] |
getPrivilegeEscalations()
Get Array of counted local privilege escalation
|
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).
|
SecurityTrend[] |
getReverseShells()
Get Array of counted reverse shell
|
SecurityTrend[] |
getVuls()
Get Array of counted vulnerabilities
|
void |
setBaseLines(SecurityTrend[] BaseLines)
Set Array of counted baselines
|
void |
setBruteAttacks(SecurityTrend[] BruteAttacks)
Set Array of counted password cracking events
|
void |
setCyberAttacks(SecurityTrend[] CyberAttacks)
Set Array of counted network attacks
|
void |
setHighRiskBashs(SecurityTrend[] HighRiskBashs)
Set Array of counted high-risk command
|
void |
setMaliciousRequests(SecurityTrend[] MaliciousRequests)
Set Array of counted malicious requests
|
void |
setMalwares(SecurityTrend[] Malwares)
Set Array of counted Trojan events
|
void |
setNonLocalLoginPlaces(SecurityTrend[] NonLocalLoginPlaces)
Set Array of counted cross-region log-in events
|
void |
setPrivilegeEscalations(SecurityTrend[] PrivilegeEscalations)
Set Array of counted local privilege escalation
|
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 |
setReverseShells(SecurityTrend[] ReverseShells)
Set Array of counted reverse shell
|
void |
setVuls(SecurityTrend[] Vuls)
Set Array of counted vulnerabilities
|
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 DescribeSecurityTrendsResponse()
public DescribeSecurityTrendsResponse(DescribeSecurityTrendsResponse source)
public SecurityTrend[] getMalwares()
public void setMalwares(SecurityTrend[] Malwares)
Malwares
- Array of counted Trojan eventspublic SecurityTrend[] getNonLocalLoginPlaces()
public void setNonLocalLoginPlaces(SecurityTrend[] NonLocalLoginPlaces)
NonLocalLoginPlaces
- Array of counted cross-region log-in eventspublic SecurityTrend[] getBruteAttacks()
public void setBruteAttacks(SecurityTrend[] BruteAttacks)
BruteAttacks
- Array of counted password cracking eventspublic SecurityTrend[] getVuls()
public void setVuls(SecurityTrend[] Vuls)
Vuls
- Array of counted vulnerabilitiespublic SecurityTrend[] getBaseLines()
public void setBaseLines(SecurityTrend[] BaseLines)
BaseLines
- Array of counted baselinespublic SecurityTrend[] getMaliciousRequests()
public void setMaliciousRequests(SecurityTrend[] MaliciousRequests)
MaliciousRequests
- Array of counted malicious requestspublic SecurityTrend[] getHighRiskBashs()
public void setHighRiskBashs(SecurityTrend[] HighRiskBashs)
HighRiskBashs
- Array of counted high-risk commandpublic SecurityTrend[] getReverseShells()
public void setReverseShells(SecurityTrend[] ReverseShells)
ReverseShells
- Array of counted reverse shellpublic SecurityTrend[] getPrivilegeEscalations()
public void setPrivilegeEscalations(SecurityTrend[] PrivilegeEscalations)
PrivilegeEscalations
- Array of counted local privilege escalationpublic SecurityTrend[] getCyberAttacks()
public void setCyberAttacks(SecurityTrend[] CyberAttacks)
CyberAttacks
- Array of counted network attackspublic 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.