public class AbnormalProcessEventTendencyInfo extends AbstractModel
| Constructor and 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Long | 
getAbnormalChildProcessEventCount()
Get Number of pending events of unusual startups found in the child process of the sensitive service 
 | 
Long | 
getAttackCmdEventCount()
Get Number of pending malicious command events 
 | 
String | 
getDate()
Get Date 
 | 
Long | 
getFilelessEventCount()
Get Number of pending fileless execution events 
 | 
Long | 
getProxyToolEventCount()
Get Number of pending proxy events 
 | 
Long | 
getReverseShellEventCount()
Get Number of pending reverse shell events 
 | 
Long | 
getRiskCmdEventCount()
Get Number of pending high-risk command events 
 | 
Long | 
getTransferControlEventCount()
Get Number of pending lateral movement events 
 | 
Long | 
getUserDefinedRuleEventCount()
Get Number of pending custom rule events 
 | 
void | 
setAbnormalChildProcessEventCount(Long AbnormalChildProcessEventCount)
Set Number of pending events of unusual startups found in the child process of the sensitive service 
 | 
void | 
setAttackCmdEventCount(Long AttackCmdEventCount)
Set Number of pending malicious command events 
 | 
void | 
setDate(String Date)
Set Date 
 | 
void | 
setFilelessEventCount(Long FilelessEventCount)
Set Number of pending fileless execution events 
 | 
void | 
setProxyToolEventCount(Long ProxyToolEventCount)
Set Number of pending proxy events 
 | 
void | 
setReverseShellEventCount(Long ReverseShellEventCount)
Set Number of pending reverse shell events 
 | 
void | 
setRiskCmdEventCount(Long RiskCmdEventCount)
Set Number of pending high-risk command events 
 | 
void | 
setTransferControlEventCount(Long TransferControlEventCount)
Set Number of pending lateral movement events 
 | 
void | 
setUserDefinedRuleEventCount(Long UserDefinedRuleEventCount)
Set Number of pending custom rule events 
 | 
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, toJsonStringpublic AbnormalProcessEventTendencyInfo()
public AbnormalProcessEventTendencyInfo(AbnormalProcessEventTendencyInfo source)
public String getDate()
public void setDate(String Date)
Date - Datepublic Long getProxyToolEventCount()
public void setProxyToolEventCount(Long ProxyToolEventCount)
ProxyToolEventCount - Number of pending proxy eventspublic Long getTransferControlEventCount()
public void setTransferControlEventCount(Long TransferControlEventCount)
TransferControlEventCount - Number of pending lateral movement eventspublic Long getAttackCmdEventCount()
public void setAttackCmdEventCount(Long AttackCmdEventCount)
AttackCmdEventCount - Number of pending malicious command eventspublic Long getReverseShellEventCount()
public void setReverseShellEventCount(Long ReverseShellEventCount)
ReverseShellEventCount - Number of pending reverse shell eventspublic Long getFilelessEventCount()
public void setFilelessEventCount(Long FilelessEventCount)
FilelessEventCount - Number of pending fileless execution eventspublic Long getRiskCmdEventCount()
public void setRiskCmdEventCount(Long RiskCmdEventCount)
RiskCmdEventCount - Number of pending high-risk command eventspublic Long getAbnormalChildProcessEventCount()
public void setAbnormalChildProcessEventCount(Long AbnormalChildProcessEventCount)
AbnormalChildProcessEventCount - Number of pending events of unusual startups found in the child process of the sensitive servicepublic Long getUserDefinedRuleEventCount()
public void setUserDefinedRuleEventCount(Long UserDefinedRuleEventCount)
UserDefinedRuleEventCount - Number of pending custom rule eventsCopyright © 2023. All rights reserved.