public class ExportBaselineHostDetectListRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ExportBaselineHostDetectListRequest() |
ExportBaselineHostDetectListRequest(ExportBaselineHostDetectListRequest 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 |
---|---|
Long |
getExportAll()
Get 0: Filtered Result Export; 1: Export All
|
Filter[] |
getFilters()
Get HostTag - string - whether required: no - host tag ItemId - int64 - whether required: no - item ID RuleId - int64 - whether required: no - rule ID IsPassed - int - whether required: no - whether passed RiskTier - int - whether required: no - risk level
|
Long |
getIsExportDetail()
Get 0: show the export interface; 1: export all result events
|
void |
setExportAll(Long ExportAll)
Set 0: Filtered Result Export; 1: Export All
|
void |
setFilters(Filter[] Filters)
Set HostTag - string - whether required: no - host tag ItemId - int64 - whether required: no - item ID RuleId - int64 - whether required: no - rule ID IsPassed - int - whether required: no - whether passed RiskTier - int - whether required: no - risk level
|
void |
setIsExportDetail(Long IsExportDetail)
Set 0: show the export interface; 1: export all result events
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ExportBaselineHostDetectListRequest()
public ExportBaselineHostDetectListRequest(ExportBaselineHostDetectListRequest source)
public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters
- public Long getExportAll()
public void setExportAll(Long ExportAll)
ExportAll
- 0: Filtered Result Export; 1: Export Allpublic Long getIsExportDetail()
public void setIsExportDetail(Long IsExportDetail)
IsExportDetail
- 0: show the export interface; 1: export all result eventsCopyright © 2024. All rights reserved.