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 Baseline statistics array. 
 | 
SecurityTrend[] | 
getBruteAttacks()
Get Brute force attack event statistics array. 
 | 
SecurityTrend[] | 
getCyberAttacks()
Get Statistics array of network attacks. 
 | 
SecurityTrend[] | 
getHighRiskBashs()
Get Statistics array of high-risk commands. 
 | 
SecurityTrend[] | 
getMaliciousRequests()
Get Statistics array of malicious requests. 
 | 
SecurityTrend[] | 
getMalwares()
Get Trojan event statistics array. 
 | 
SecurityTrend[] | 
getNonLocalLoginPlaces()
Get Unusual login location event statistics array. 
 | 
SecurityTrend[] | 
getPrivilegeEscalations()
Get Statistics array of local privilege escalations. 
 | 
String | 
getRequestId()
Get The unique request ID, which is returned for each request. 
 | 
SecurityTrend[] | 
getReverseShells()
Get Statistics array of reverse shells. 
 | 
SecurityTrend[] | 
getVuls()
Get Vulnerability statistics array. 
 | 
void | 
setBaseLines(SecurityTrend[] BaseLines)
Set Baseline statistics array. 
 | 
void | 
setBruteAttacks(SecurityTrend[] BruteAttacks)
Set Brute force attack event statistics array. 
 | 
void | 
setCyberAttacks(SecurityTrend[] CyberAttacks)
Set Statistics array of network attacks. 
 | 
void | 
setHighRiskBashs(SecurityTrend[] HighRiskBashs)
Set Statistics array of high-risk commands. 
 | 
void | 
setMaliciousRequests(SecurityTrend[] MaliciousRequests)
Set Statistics array of malicious requests. 
 | 
void | 
setMalwares(SecurityTrend[] Malwares)
Set Trojan event statistics array. 
 | 
void | 
setNonLocalLoginPlaces(SecurityTrend[] NonLocalLoginPlaces)
Set Unusual login location event statistics array. 
 | 
void | 
setPrivilegeEscalations(SecurityTrend[] PrivilegeEscalations)
Set Statistics array of local privilege escalations. 
 | 
void | 
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request. 
 | 
void | 
setReverseShells(SecurityTrend[] ReverseShells)
Set Statistics array of reverse shells. 
 | 
void | 
setVuls(SecurityTrend[] Vuls)
Set Vulnerability statistics array. 
 | 
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, toJsonStringpublic DescribeSecurityTrendsResponse()
public DescribeSecurityTrendsResponse(DescribeSecurityTrendsResponse source)
public SecurityTrend[] getMalwares()
public void setMalwares(SecurityTrend[] Malwares)
Malwares - Trojan event statistics array.public SecurityTrend[] getNonLocalLoginPlaces()
public void setNonLocalLoginPlaces(SecurityTrend[] NonLocalLoginPlaces)
NonLocalLoginPlaces - Unusual login location event statistics array.public SecurityTrend[] getBruteAttacks()
public void setBruteAttacks(SecurityTrend[] BruteAttacks)
BruteAttacks - Brute force attack event statistics array.public SecurityTrend[] getVuls()
public void setVuls(SecurityTrend[] Vuls)
Vuls - Vulnerability statistics array.public SecurityTrend[] getBaseLines()
public void setBaseLines(SecurityTrend[] BaseLines)
BaseLines - Baseline statistics array.public SecurityTrend[] getMaliciousRequests()
public void setMaliciousRequests(SecurityTrend[] MaliciousRequests)
MaliciousRequests - Statistics array of malicious requests.public SecurityTrend[] getHighRiskBashs()
public void setHighRiskBashs(SecurityTrend[] HighRiskBashs)
HighRiskBashs - Statistics array of high-risk commands.public SecurityTrend[] getReverseShells()
public void setReverseShells(SecurityTrend[] ReverseShells)
ReverseShells - Statistics array of reverse shells.public SecurityTrend[] getPrivilegeEscalations()
public void setPrivilegeEscalations(SecurityTrend[] PrivilegeEscalations)
PrivilegeEscalations - Statistics array of local privilege escalations.public SecurityTrend[] getCyberAttacks()
public void setCyberAttacks(SecurityTrend[] CyberAttacks)
CyberAttacks - Statistics array of network attacks.public String getRequestId()
public void setRequestId(String RequestId)
RequestId - The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2025. All rights reserved.