public class ExportRiskProcessEventsRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ExportRiskProcessEventsRequest() |
ExportRiskProcessEventsRequest(ExportRiskProcessEventsRequest 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: Process start time | DetectTime: Last detection time]
|
Filter[] |
getFilters()
Get Filter criteria
HostId - String - Required: No - Host ID
IpOrName - String - whether required: no - host IP or host name
VirusName - String - whether required: no - virus name
ProcessId - String - whether required: no - process ID
ProcessPath - String - whether required: no - process path
BeginTime - String - whether required: no - process startup time - begin
BeginTime - String - whether required: no - process startup time - end
Status - String - whether required: no - filter by status: 0 - pending; 1 - under detection; 2 - detected; 3 - exited; 4 - trusted
|
String |
getOrder()
Get Sorting method: [ASC: ascending order|DESC: descending order]
|
void |
setBy(String By)
Set [StartTime: Process start time | DetectTime: Last detection time]
|
void |
setFilters(Filter[] Filters)
Set Filter criteria
HostId - String - Required: No - Host ID
IpOrName - String - whether required: no - host IP or host name
VirusName - String - whether required: no - virus name
ProcessId - String - whether required: no - process ID
ProcessPath - String - whether required: no - process path
BeginTime - String - whether required: no - process startup time - begin
BeginTime - String - whether required: no - process startup time - end
Status - String - whether required: no - filter by status: 0 - pending; 1 - under detection; 2 - detected; 3 - exited; 4 - trusted
|
void |
setOrder(String Order)
Set Sorting method: [ASC: ascending order|DESC: descending order]
|
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 ExportRiskProcessEventsRequest()
public ExportRiskProcessEventsRequest(ExportRiskProcessEventsRequest source)
public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters
- Filter criteria
public String getOrder()
public void setOrder(String Order)
Order
- Sorting method: [ASC: ascending order|DESC: descending order]public String getBy()
public void setBy(String By)
By
- [StartTime: Process start time | DetectTime: Last detection time]Copyright © 2024. All rights reserved.