public class DescribeRiskProcessEventsRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeRiskProcessEventsRequest() |
DescribeRiskProcessEventsRequest(DescribeRiskProcessEventsRequest 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 |
getBy()
Get [StartTime:进程启动时间|DetectTime:最后检测时间]
|
Filter[] |
getFilters()
Get 过滤条件。
HostId - String - 是否必填:否 - 主机ID
IpOrName - String - 是否必填:否 - 主机IP或主机名
VirusName - String - 是否必填:否 - 病毒名
ProcessId - String - 是否必填:否 - 进程ID
FilePath - String - 是否必填:否 - 进程路径
BeginTime - String - 是否必填:否 - 进程启动时间-开始
EndTime - String - 是否必填:否 - 进程启动时间-结束
Status - String - 是否必填:否 - 状态筛选 0待处理;1查杀中;2已查杀;3已退出;4已信任
|
Long |
getLimit()
Get 需要返回的数量,默认为10,最大值为100
|
Long |
getOffset()
Get 偏移量,默认为0。
|
String |
getOrder()
Get 排序方式 [ASC|DESC]
|
void |
setBy(String By)
Set [StartTime:进程启动时间|DetectTime:最后检测时间]
|
void |
setFilters(Filter[] Filters)
Set 过滤条件。
HostId - String - 是否必填:否 - 主机ID
IpOrName - String - 是否必填:否 - 主机IP或主机名
VirusName - String - 是否必填:否 - 病毒名
ProcessId - String - 是否必填:否 - 进程ID
FilePath - String - 是否必填:否 - 进程路径
BeginTime - String - 是否必填:否 - 进程启动时间-开始
EndTime - String - 是否必填:否 - 进程启动时间-结束
Status - String - 是否必填:否 - 状态筛选 0待处理;1查杀中;2已查杀;3已退出;4已信任
|
void |
setLimit(Long Limit)
Set 需要返回的数量,默认为10,最大值为100
|
void |
setOffset(Long Offset)
Set 偏移量,默认为0。
|
void |
setOrder(String Order)
Set 排序方式 [ASC|DESC]
|
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 DescribeRiskProcessEventsRequest()
public DescribeRiskProcessEventsRequest(DescribeRiskProcessEventsRequest source)
public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters
- 过滤条件。
public Long getLimit()
public void setLimit(Long Limit)
Limit
- 需要返回的数量,默认为10,最大值为100public Long getOffset()
public void setOffset(Long Offset)
Offset
- 偏移量,默认为0。public String getOrder()
public void setOrder(String Order)
Order
- 排序方式 [ASC|DESC]public String getBy()
public void setBy(String By)
By
- [StartTime:进程启动时间|DetectTime:最后检测时间]Copyright © 2024. All rights reserved.