public class ExportFileTamperEventsRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ExportFileTamperEventsRequest() |
ExportFileTamperEventsRequest(ExportFileTamperEventsRequest 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 |
getFields()
Get 需要导出的字段
|
String[] |
getFileds()
Deprecated.
|
Filters[] |
getFilters()
Get 过滤条件。
Status - String - 是否必填:否 - 处理状态 0 -- 待处理 1 -- 已加白 2 -- 已删除 3 - 已忽略
ModifyTime - String - 是否必填:否 - 最近发生时间
Uuid- String - 是否必填:否 - 主机uuid查询
RuleCategory- string - 是否必填:否 - 规则类别 0 系统规则 1 自定义规则
|
void |
setFields(String Fields)
Set 需要导出的字段
|
void |
setFileds(String[] Fileds)
Deprecated.
|
void |
setFilters(Filters[] Filters)
Set 过滤条件。
Status - String - 是否必填:否 - 处理状态 0 -- 待处理 1 -- 已加白 2 -- 已删除 3 - 已忽略
ModifyTime - String - 是否必填:否 - 最近发生时间
Uuid- String - 是否必填:否 - 主机uuid查询
RuleCategory- string - 是否必填:否 - 规则类别 0 系统规则 1 自定义规则
|
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 ExportFileTamperEventsRequest()
public ExportFileTamperEventsRequest(ExportFileTamperEventsRequest source)
public Filters[] getFilters()
public void setFilters(Filters[] Filters)
Filters
- 过滤条件。
@Deprecated public String[] getFileds()
@Deprecated public void setFileds(String[] Fileds)
Fileds
- 需要导出的字段public String getFields()
public void setFields(String Fields)
Fields
- 需要导出的字段Copyright © 2024. All rights reserved.