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[] |
getMalwares()
Get Trojan event statistics array.
|
SecurityTrend[] |
getNonLocalLoginPlaces()
Get Unusual login location event statistics array.
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
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 |
setMalwares(SecurityTrend[] Malwares)
Set Trojan event statistics array.
|
void |
setNonLocalLoginPlaces(SecurityTrend[] NonLocalLoginPlaces)
Set Unusual login location event statistics array.
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
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 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.