Class DescribeSecurityTrendsResponse
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cwp.v20180228.models.DescribeSecurityTrendsResponse
-
public class DescribeSecurityTrendsResponse extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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 本地提权统计数据数组。StringgetRequestId()Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。SecurityTrend[]getReverseShells()Get 反弹shell统计数据数组。SecurityTrend[]getVuls()Get 漏洞统计数据数组。voidsetBaseLines(SecurityTrend[] BaseLines)Set 基线统计数据数组。voidsetBruteAttacks(SecurityTrend[] BruteAttacks)Set 密码破解事件统计数据数组。voidsetCyberAttacks(SecurityTrend[] CyberAttacks)Set 网络攻击统计数据数组。voidsetHighRiskBashs(SecurityTrend[] HighRiskBashs)Set 高危命令统计数据数组。voidsetMaliciousRequests(SecurityTrend[] MaliciousRequests)Set 恶意请求统计数据数组。voidsetMalwares(SecurityTrend[] Malwares)Set 木马事件统计数据数组。voidsetNonLocalLoginPlaces(SecurityTrend[] NonLocalLoginPlaces)Set 异地登录事件统计数据数组。voidsetPrivilegeEscalations(SecurityTrend[] PrivilegeEscalations)Set 本地提权统计数据数组。voidsetRequestId(String RequestId)Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。voidsetReverseShells(SecurityTrend[] ReverseShells)Set 反弹shell统计数据数组。voidsetVuls(SecurityTrend[] Vuls)Set 漏洞统计数据数组。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeSecurityTrendsResponse
public DescribeSecurityTrendsResponse()
-
DescribeSecurityTrendsResponse
public 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.
-
-
Method Detail
-
getMalwares
public SecurityTrend[] getMalwares()
Get 木马事件统计数据数组。- Returns:
- Malwares 木马事件统计数据数组。
-
setMalwares
public void setMalwares(SecurityTrend[] Malwares)
Set 木马事件统计数据数组。- Parameters:
Malwares- 木马事件统计数据数组。
-
getNonLocalLoginPlaces
public SecurityTrend[] getNonLocalLoginPlaces()
Get 异地登录事件统计数据数组。- Returns:
- NonLocalLoginPlaces 异地登录事件统计数据数组。
-
setNonLocalLoginPlaces
public void setNonLocalLoginPlaces(SecurityTrend[] NonLocalLoginPlaces)
Set 异地登录事件统计数据数组。- Parameters:
NonLocalLoginPlaces- 异地登录事件统计数据数组。
-
getBruteAttacks
public SecurityTrend[] getBruteAttacks()
Get 密码破解事件统计数据数组。- Returns:
- BruteAttacks 密码破解事件统计数据数组。
-
setBruteAttacks
public void setBruteAttacks(SecurityTrend[] BruteAttacks)
Set 密码破解事件统计数据数组。- Parameters:
BruteAttacks- 密码破解事件统计数据数组。
-
getVuls
public SecurityTrend[] getVuls()
Get 漏洞统计数据数组。- Returns:
- Vuls 漏洞统计数据数组。
-
setVuls
public void setVuls(SecurityTrend[] Vuls)
Set 漏洞统计数据数组。- Parameters:
Vuls- 漏洞统计数据数组。
-
getBaseLines
public SecurityTrend[] getBaseLines()
Get 基线统计数据数组。- Returns:
- BaseLines 基线统计数据数组。
-
setBaseLines
public void setBaseLines(SecurityTrend[] BaseLines)
Set 基线统计数据数组。- Parameters:
BaseLines- 基线统计数据数组。
-
getMaliciousRequests
public SecurityTrend[] getMaliciousRequests()
Get 恶意请求统计数据数组。- Returns:
- MaliciousRequests 恶意请求统计数据数组。
-
setMaliciousRequests
public void setMaliciousRequests(SecurityTrend[] MaliciousRequests)
Set 恶意请求统计数据数组。- Parameters:
MaliciousRequests- 恶意请求统计数据数组。
-
getHighRiskBashs
public SecurityTrend[] getHighRiskBashs()
Get 高危命令统计数据数组。- Returns:
- HighRiskBashs 高危命令统计数据数组。
-
setHighRiskBashs
public void setHighRiskBashs(SecurityTrend[] HighRiskBashs)
Set 高危命令统计数据数组。- Parameters:
HighRiskBashs- 高危命令统计数据数组。
-
getReverseShells
public SecurityTrend[] getReverseShells()
Get 反弹shell统计数据数组。- Returns:
- ReverseShells 反弹shell统计数据数组。
-
setReverseShells
public void setReverseShells(SecurityTrend[] ReverseShells)
Set 反弹shell统计数据数组。- Parameters:
ReverseShells- 反弹shell统计数据数组。
-
getPrivilegeEscalations
public SecurityTrend[] getPrivilegeEscalations()
Get 本地提权统计数据数组。- Returns:
- PrivilegeEscalations 本地提权统计数据数组。
-
setPrivilegeEscalations
public void setPrivilegeEscalations(SecurityTrend[] PrivilegeEscalations)
Set 本地提权统计数据数组。- Parameters:
PrivilegeEscalations- 本地提权统计数据数组。
-
getCyberAttacks
public SecurityTrend[] getCyberAttacks()
Get 网络攻击统计数据数组。- Returns:
- CyberAttacks 网络攻击统计数据数组。
-
setCyberAttacks
public void setCyberAttacks(SecurityTrend[] CyberAttacks)
Set 网络攻击统计数据数组。- Parameters:
CyberAttacks- 网络攻击统计数据数组。
-
getRequestId
public String getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Returns:
- RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
setRequestId
public void setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Parameters:
RequestId- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
-