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 基线统计数据数组。 | 
| SecurityTrend[] | getBruteAttacks()Get 密码破解事件统计数据数组。 | 
| SecurityTrend[] | getCyberAttacks()Get 网络攻击统计数据数组。 | 
| SecurityTrend[] | getHighRiskBashs()Get 高危命令统计数据数组。 | 
| SecurityTrend[] | getMaliciousRequests()Get 恶意请求统计数据数组。 | 
| SecurityTrend[] | getMalwares()Get 木马事件统计数据数组。 | 
| SecurityTrend[] | getNonLocalLoginPlaces()Get 异地登录事件统计数据数组。 | 
| SecurityTrend[] | getPrivilegeEscalations()Get 本地提权统计数据数组。 | 
| String | getRequestId()Get 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | 
| SecurityTrend[] | getReverseShells()Get 反弹shell统计数据数组。 | 
| SecurityTrend[] | getVuls()Get 漏洞统计数据数组。 | 
| void | setBaseLines(SecurityTrend[] BaseLines)Set 基线统计数据数组。 | 
| void | setBruteAttacks(SecurityTrend[] BruteAttacks)Set 密码破解事件统计数据数组。 | 
| void | setCyberAttacks(SecurityTrend[] CyberAttacks)Set 网络攻击统计数据数组。 | 
| void | setHighRiskBashs(SecurityTrend[] HighRiskBashs)Set 高危命令统计数据数组。 | 
| void | setMaliciousRequests(SecurityTrend[] MaliciousRequests)Set 恶意请求统计数据数组。 | 
| void | setMalwares(SecurityTrend[] Malwares)Set 木马事件统计数据数组。 | 
| void | setNonLocalLoginPlaces(SecurityTrend[] NonLocalLoginPlaces)Set 异地登录事件统计数据数组。 | 
| void | setPrivilegeEscalations(SecurityTrend[] PrivilegeEscalations)Set 本地提权统计数据数组。 | 
| void | setRequestId(String RequestId)Set 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | 
| void | setReverseShells(SecurityTrend[] ReverseShells)Set 反弹shell统计数据数组。 | 
| void | setVuls(SecurityTrend[] Vuls)Set 漏洞统计数据数组。 | 
| 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 - 木马事件统计数据数组。public SecurityTrend[] getNonLocalLoginPlaces()
public void setNonLocalLoginPlaces(SecurityTrend[] NonLocalLoginPlaces)
NonLocalLoginPlaces - 异地登录事件统计数据数组。public SecurityTrend[] getBruteAttacks()
public void setBruteAttacks(SecurityTrend[] BruteAttacks)
BruteAttacks - 密码破解事件统计数据数组。public SecurityTrend[] getVuls()
public void setVuls(SecurityTrend[] Vuls)
Vuls - 漏洞统计数据数组。public SecurityTrend[] getBaseLines()
public void setBaseLines(SecurityTrend[] BaseLines)
BaseLines - 基线统计数据数组。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 - 反弹shell统计数据数组。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 - 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。Copyright © 2025. All rights reserved.