public class SecurityDynamic extends AbstractModel
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: 低危
|
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: 低危
|
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public 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 © 2021. All rights reserved.