public class SecurityDynamic extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| SecurityDynamic() | 
| SecurityDynamic(SecurityDynamic 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 | 
|---|---|
| String | getEventTime()Get 安全事件发生时间。 | 
| String | getEventType()Get 安全事件类型。
MALWARE:木马事件
NON_LOCAL_LOGIN:异地登录
BRUTEATTACK_SUCCESS:密码破解成功
VUL:漏洞
BASELINE:安全基线 | 
| String | getMessage()Get 安全事件消息。 | 
| String | getSecurityLevel()Get 安全事件等级。
RISK: 严重
HIGH: 高危
NORMAL: 中危
LOW: 低危
UNKNOWNED: 可疑 | 
| String | getUuid()Get 主机安全客户端UUID。 | 
| void | setEventTime(String EventTime)Set 安全事件发生时间。 | 
| void | setEventType(String EventType)Set 安全事件类型。
MALWARE:木马事件
NON_LOCAL_LOGIN:异地登录
BRUTEATTACK_SUCCESS:密码破解成功
VUL:漏洞
BASELINE:安全基线 | 
| void | setMessage(String Message)Set 安全事件消息。 | 
| void | setSecurityLevel(String SecurityLevel)Set 安全事件等级。
RISK: 严重
HIGH: 高危
NORMAL: 中危
LOW: 低危
UNKNOWNED: 可疑 | 
| void | setUuid(String Uuid)Set 主机安全客户端UUID。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic SecurityDynamic()
public SecurityDynamic(SecurityDynamic source)
public String getUuid()
public void setUuid(String Uuid)
Uuid - 主机安全客户端UUID。public String getEventTime()
public void setEventTime(String EventTime)
EventTime - 安全事件发生时间。public String getEventType()
public void setEventType(String EventType)
EventType - 安全事件类型。
public String getMessage()
public void setMessage(String Message)
Message - 安全事件消息。public String getSecurityLevel()
public void setSecurityLevel(String SecurityLevel)
SecurityLevel - 安全事件等级。
Copyright © 2025. All rights reserved.