public class SecTendencyEventInfo extends AbstractModel
Constructor and Description |
---|
SecTendencyEventInfo() |
SecTendencyEventInfo(SecTendencyEventInfo 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 |
---|---|
RunTimeTendencyInfo[] |
getEventSet()
Get List of trends
|
String |
getEventType()
Get Event type:
ET_ESCAPE: Container escape
ET_REVERSE_SHELL: Reverse shell
ET_RISK_SYSCALL: High-risk system calls
ET_ABNORMAL_PROCESS: Abnormal process
ET_ACCESS_CONTROL: File tampering
ET_VIRUS: Trojan event
ET_MALICIOUS_CONNECTION: Malicious connection event
|
void |
setEventSet(RunTimeTendencyInfo[] EventSet)
Set List of trends
|
void |
setEventType(String EventType)
Set Event type:
ET_ESCAPE: Container escape
ET_REVERSE_SHELL: Reverse shell
ET_RISK_SYSCALL: High-risk system calls
ET_ABNORMAL_PROCESS: Abnormal process
ET_ACCESS_CONTROL: File tampering
ET_VIRUS: Trojan event
ET_MALICIOUS_CONNECTION: Malicious connection event
|
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, toJsonString
public SecTendencyEventInfo()
public SecTendencyEventInfo(SecTendencyEventInfo source)
public RunTimeTendencyInfo[] getEventSet()
public void setEventSet(RunTimeTendencyInfo[] EventSet)
EventSet
- List of trendspublic String getEventType()
public void setEventType(String EventType)
EventType
- Event type:
ET_ESCAPE: Container escape
ET_REVERSE_SHELL: Reverse shell
ET_RISK_SYSCALL: High-risk system calls
ET_ABNORMAL_PROCESS: Abnormal process
ET_ACCESS_CONTROL: File tampering
ET_VIRUS: Trojan event
ET_MALICIOUS_CONNECTION: Malicious connection eventCopyright © 2023. All rights reserved.