Class AbnormalProcessEventTendencyInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcss.v20201101.models.AbnormalProcessEventTendencyInfo
-
public class AbnormalProcessEventTendencyInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description AbnormalProcessEventTendencyInfo()AbnormalProcessEventTendencyInfo(AbnormalProcessEventTendencyInfo 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 LonggetAbnormalChildProcessEventCount()Get 待处理敏感服务异常子进程启动事件数LonggetAttackCmdEventCount()Get 待处理恶意命令事件数StringgetDate()Get 日期LonggetFilelessEventCount()Get 待处理无文件程序执行事件数LonggetProxyToolEventCount()Get 待处理代理软件事件数LonggetReverseShellEventCount()Get 待处理反弹shell事件数LonggetRiskCmdEventCount()Get 待处理高危命令事件数LonggetTransferControlEventCount()Get 待处理横向参透事件数LonggetUserDefinedRuleEventCount()Get 待处理自定义规则事件数voidsetAbnormalChildProcessEventCount(Long AbnormalChildProcessEventCount)Set 待处理敏感服务异常子进程启动事件数voidsetAttackCmdEventCount(Long AttackCmdEventCount)Set 待处理恶意命令事件数voidsetDate(String Date)Set 日期voidsetFilelessEventCount(Long FilelessEventCount)Set 待处理无文件程序执行事件数voidsetProxyToolEventCount(Long ProxyToolEventCount)Set 待处理代理软件事件数voidsetReverseShellEventCount(Long ReverseShellEventCount)Set 待处理反弹shell事件数voidsetRiskCmdEventCount(Long RiskCmdEventCount)Set 待处理高危命令事件数voidsetTransferControlEventCount(Long TransferControlEventCount)Set 待处理横向参透事件数voidsetUserDefinedRuleEventCount(Long UserDefinedRuleEventCount)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
-
AbnormalProcessEventTendencyInfo
public AbnormalProcessEventTendencyInfo()
-
AbnormalProcessEventTendencyInfo
public AbnormalProcessEventTendencyInfo(AbnormalProcessEventTendencyInfo 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
-
getDate
public String getDate()
Get 日期- Returns:
- Date 日期
-
setDate
public void setDate(String Date)
Set 日期- Parameters:
Date- 日期
-
getProxyToolEventCount
public Long getProxyToolEventCount()
Get 待处理代理软件事件数- Returns:
- ProxyToolEventCount 待处理代理软件事件数
-
setProxyToolEventCount
public void setProxyToolEventCount(Long ProxyToolEventCount)
Set 待处理代理软件事件数- Parameters:
ProxyToolEventCount- 待处理代理软件事件数
-
getTransferControlEventCount
public Long getTransferControlEventCount()
Get 待处理横向参透事件数- Returns:
- TransferControlEventCount 待处理横向参透事件数
-
setTransferControlEventCount
public void setTransferControlEventCount(Long TransferControlEventCount)
Set 待处理横向参透事件数- Parameters:
TransferControlEventCount- 待处理横向参透事件数
-
getAttackCmdEventCount
public Long getAttackCmdEventCount()
Get 待处理恶意命令事件数- Returns:
- AttackCmdEventCount 待处理恶意命令事件数
-
setAttackCmdEventCount
public void setAttackCmdEventCount(Long AttackCmdEventCount)
Set 待处理恶意命令事件数- Parameters:
AttackCmdEventCount- 待处理恶意命令事件数
-
getReverseShellEventCount
public Long getReverseShellEventCount()
Get 待处理反弹shell事件数- Returns:
- ReverseShellEventCount 待处理反弹shell事件数
-
setReverseShellEventCount
public void setReverseShellEventCount(Long ReverseShellEventCount)
Set 待处理反弹shell事件数- Parameters:
ReverseShellEventCount- 待处理反弹shell事件数
-
getFilelessEventCount
public Long getFilelessEventCount()
Get 待处理无文件程序执行事件数- Returns:
- FilelessEventCount 待处理无文件程序执行事件数
-
setFilelessEventCount
public void setFilelessEventCount(Long FilelessEventCount)
Set 待处理无文件程序执行事件数- Parameters:
FilelessEventCount- 待处理无文件程序执行事件数
-
getRiskCmdEventCount
public Long getRiskCmdEventCount()
Get 待处理高危命令事件数- Returns:
- RiskCmdEventCount 待处理高危命令事件数
-
setRiskCmdEventCount
public void setRiskCmdEventCount(Long RiskCmdEventCount)
Set 待处理高危命令事件数- Parameters:
RiskCmdEventCount- 待处理高危命令事件数
-
getAbnormalChildProcessEventCount
public Long getAbnormalChildProcessEventCount()
Get 待处理敏感服务异常子进程启动事件数- Returns:
- AbnormalChildProcessEventCount 待处理敏感服务异常子进程启动事件数
-
setAbnormalChildProcessEventCount
public void setAbnormalChildProcessEventCount(Long AbnormalChildProcessEventCount)
Set 待处理敏感服务异常子进程启动事件数- Parameters:
AbnormalChildProcessEventCount- 待处理敏感服务异常子进程启动事件数
-
getUserDefinedRuleEventCount
public Long getUserDefinedRuleEventCount()
Get 待处理自定义规则事件数- Returns:
- UserDefinedRuleEventCount 待处理自定义规则事件数
-
setUserDefinedRuleEventCount
public void setUserDefinedRuleEventCount(Long UserDefinedRuleEventCount)
Set 待处理自定义规则事件数- Parameters:
UserDefinedRuleEventCount- 待处理自定义规则事件数
-
-