public class DescribeSecurityTrendsResponse extends AbstractModel
Constructor and Description |
---|
DescribeSecurityTrendsResponse() |
Modifier and Type | Method and Description |
---|---|
SecurityTrend[] |
getBaseLines()
Get Baseline statistics array.
|
SecurityTrend[] |
getBruteAttacks()
Get Brute force attack event statistics array.
|
SecurityTrend[] |
getCyberAttacks()
Get
|
SecurityTrend[] |
getHighRiskBashs()
Get
|
SecurityTrend[] |
getMaliciousRequests()
Get
|
SecurityTrend[] |
getMalwares()
Get Trojan event statistics array.
|
SecurityTrend[] |
getNonLocalLoginPlaces()
Get Unusual login location event statistics array.
|
SecurityTrend[] |
getPrivilegeEscalations()
Get
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
SecurityTrend[] |
getReverseShells()
Get
|
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
|
void |
setHighRiskBashs(SecurityTrend[] HighRiskBashs)
Set
|
void |
setMaliciousRequests(SecurityTrend[] MaliciousRequests)
Set
|
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
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
void |
setReverseShells(SecurityTrend[] ReverseShells)
Set
|
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
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
- public SecurityTrend[] getHighRiskBashs()
public void setHighRiskBashs(SecurityTrend[] HighRiskBashs)
HighRiskBashs
- public SecurityTrend[] getReverseShells()
public void setReverseShells(SecurityTrend[] ReverseShells)
ReverseShells
- public SecurityTrend[] getPrivilegeEscalations()
public void setPrivilegeEscalations(SecurityTrend[] PrivilegeEscalations)
PrivilegeEscalations
- public SecurityTrend[] getCyberAttacks()
public void setCyberAttacks(SecurityTrend[] CyberAttacks)
CyberAttacks
- 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 © 2020. All rights reserved.