public class UebaEventContent extends AbstractModel
header, skipSign
Constructor and Description |
---|
UebaEventContent() |
UebaEventContent(UebaEventContent 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 |
getContent()
Get 语句检索内容
|
Long |
getEventType()
Get 发生事件类型
1:语句检索
2:过滤检索
|
WhereFilter[] |
getFilters()
Get 检索条件
|
StatisticalFilter |
getStatisticalFilter()
Get 统计条件
|
void |
setContent(String Content)
Set 语句检索内容
|
void |
setEventType(Long EventType)
Set 发生事件类型
1:语句检索
2:过滤检索
|
void |
setFilters(WhereFilter[] Filters)
Set 检索条件
|
void |
setStatisticalFilter(StatisticalFilter StatisticalFilter)
Set 统计条件
|
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, toJsonString
public UebaEventContent()
public UebaEventContent(UebaEventContent source)
public Long getEventType()
public void setEventType(Long EventType)
EventType
- 发生事件类型
1:语句检索
2:过滤检索public String getContent()
public void setContent(String Content)
Content
- 语句检索内容public WhereFilter[] getFilters()
public void setFilters(WhereFilter[] Filters)
Filters
- 检索条件public StatisticalFilter getStatisticalFilter()
public void setStatisticalFilter(StatisticalFilter StatisticalFilter)
StatisticalFilter
- 统计条件Copyright © 2025. All rights reserved.