Uses of Class
com.tencentcloudapi.cwp.v20180228.models.SecurityTrend
-
Packages that use SecurityTrend Package Description com.tencentcloudapi.cwp.v20180228.models -
-
Uses of SecurityTrend in com.tencentcloudapi.cwp.v20180228.models
Methods in com.tencentcloudapi.cwp.v20180228.models that return SecurityTrend Modifier and Type Method Description SecurityTrend[]DescribeSecurityTrendsResponse. getBaseLines()Get 基线统计数据数组。SecurityTrend[]DescribeSecurityTrendsResponse. getBruteAttacks()Get 密码破解事件统计数据数组。SecurityTrend[]DescribeSecurityTrendsResponse. getCyberAttacks()Get 网络攻击统计数据数组。SecurityTrend[]DescribeSecurityTrendsResponse. getHighRiskBashs()Get 高危命令统计数据数组。SecurityTrend[]DescribeSecurityTrendsResponse. getMaliciousRequests()Get 恶意请求统计数据数组。SecurityTrend[]DescribeSecurityTrendsResponse. getMalwares()Get 木马事件统计数据数组。SecurityTrend[]DescribeSecurityTrendsResponse. getNonLocalLoginPlaces()Get 异地登录事件统计数据数组。SecurityTrend[]DescribeSecurityTrendsResponse. getPrivilegeEscalations()Get 本地提权统计数据数组。SecurityTrend[]DescribeSecurityTrendsResponse. getReverseShells()Get 反弹shell统计数据数组。SecurityTrend[]DescribeSecurityTrendsResponse. getVuls()Get 漏洞统计数据数组。Methods in com.tencentcloudapi.cwp.v20180228.models with parameters of type SecurityTrend Modifier and Type Method Description voidDescribeSecurityTrendsResponse. setBaseLines(SecurityTrend[] BaseLines)Set 基线统计数据数组。voidDescribeSecurityTrendsResponse. setBruteAttacks(SecurityTrend[] BruteAttacks)Set 密码破解事件统计数据数组。voidDescribeSecurityTrendsResponse. setCyberAttacks(SecurityTrend[] CyberAttacks)Set 网络攻击统计数据数组。voidDescribeSecurityTrendsResponse. setHighRiskBashs(SecurityTrend[] HighRiskBashs)Set 高危命令统计数据数组。voidDescribeSecurityTrendsResponse. setMaliciousRequests(SecurityTrend[] MaliciousRequests)Set 恶意请求统计数据数组。voidDescribeSecurityTrendsResponse. setMalwares(SecurityTrend[] Malwares)Set 木马事件统计数据数组。voidDescribeSecurityTrendsResponse. setNonLocalLoginPlaces(SecurityTrend[] NonLocalLoginPlaces)Set 异地登录事件统计数据数组。voidDescribeSecurityTrendsResponse. setPrivilegeEscalations(SecurityTrend[] PrivilegeEscalations)Set 本地提权统计数据数组。voidDescribeSecurityTrendsResponse. setReverseShells(SecurityTrend[] ReverseShells)Set 反弹shell统计数据数组。voidDescribeSecurityTrendsResponse. setVuls(SecurityTrend[] Vuls)Set 漏洞统计数据数组。Constructors in com.tencentcloudapi.cwp.v20180228.models with parameters of type SecurityTrend Constructor Description SecurityTrend(SecurityTrend 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.
-