public class ModifyRiskEventsStatusRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyRiskEventsStatusRequest() |
ModifyRiskEventsStatusRequest(ModifyRiskEventsStatusRequest 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[] |
getExcludeId()
Get Excluded event ID: When operating on all events, this ID needs to be excluded.
|
Filters[] |
getFilters()
Get Filtering criteria.
|
Long[] |
getIds()
Get An array of event IDs that need to be modified, and batch operation is supported.
|
String[] |
getIp()
Get When RiskType is cross-region log-in and IDs are left blank, you can modify the status of events from all source IPs.
|
Boolean |
getKillProcess()
Get When Operate is Trojan isolation, it indicates whether to kill the process, other operations are invalid
|
Long |
getOperate()
Get Operations - 0: Mark as Handled, 1: Ignore, 2: Delete Record, 3: Trojan Isolation, 4: Isolated Trojan Resumption, 5: Trojan Trust, 6: Trojan Untrust, 7: Kill Exceptional Process.
|
String |
getRiskType()
Get Operation event types, file scan: MALWARE, exceptional login: HOST_LOGIN, password brute attack: BRUTE_ATTACK, malicious request: MALICIOUS_REQUEST, high-risk command: BASH_EVENT, local privilege escalation: PRIVILEGE_EVENT, reverse shell: REVERSE_SHELL, exceptional process: PROCESS.
|
Boolean |
getUpdateAll()
Get Whether to update all, i.e.
|
void |
setExcludeId(Long[] ExcludeId)
Set Excluded event ID: When operating on all events, this ID needs to be excluded.
|
void |
setFilters(Filters[] Filters)
Set Filtering criteria.
|
void |
setIds(Long[] Ids)
Set An array of event IDs that need to be modified, and batch operation is supported.
|
void |
setIp(String[] Ip)
Set When RiskType is cross-region log-in and IDs are left blank, you can modify the status of events from all source IPs.
|
void |
setKillProcess(Boolean KillProcess)
Set When Operate is Trojan isolation, it indicates whether to kill the process, other operations are invalid
|
void |
setOperate(Long Operate)
Set Operations - 0: Mark as Handled, 1: Ignore, 2: Delete Record, 3: Trojan Isolation, 4: Isolated Trojan Resumption, 5: Trojan Trust, 6: Trojan Untrust, 7: Kill Exceptional Process.
|
void |
setRiskType(String RiskType)
Set Operation event types, file scan: MALWARE, exceptional login: HOST_LOGIN, password brute attack: BRUTE_ATTACK, malicious request: MALICIOUS_REQUEST, high-risk command: BASH_EVENT, local privilege escalation: PRIVILEGE_EVENT, reverse shell: REVERSE_SHELL, exceptional process: PROCESS.
|
void |
setUpdateAll(Boolean UpdateAll)
Set Whether to update all, i.e.
|
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 ModifyRiskEventsStatusRequest()
public ModifyRiskEventsStatusRequest(ModifyRiskEventsStatusRequest source)
public Long getOperate()
public void setOperate(Long Operate)
Operate
- Operations - 0: Mark as Handled, 1: Ignore, 2: Delete Record, 3: Trojan Isolation, 4: Isolated Trojan Resumption, 5: Trojan Trust, 6: Trojan Untrust, 7: Kill Exceptional Process.public String getRiskType()
public void setRiskType(String RiskType)
RiskType
- Operation event types, file scan: MALWARE, exceptional login: HOST_LOGIN, password brute attack: BRUTE_ATTACK, malicious request: MALICIOUS_REQUEST, high-risk command: BASH_EVENT, local privilege escalation: PRIVILEGE_EVENT, reverse shell: REVERSE_SHELL, exceptional process: PROCESS.public Long[] getIds()
public void setIds(Long[] Ids)
Ids
- An array of event IDs that need to be modified, and batch operation is supported.public Boolean getUpdateAll()
public void setUpdateAll(Boolean UpdateAll)
UpdateAll
- Whether to update all, i.e. whether to operate on all events; this parameter is invalid when IDs are not left blank.public Long[] getExcludeId()
public void setExcludeId(Long[] ExcludeId)
ExcludeId
- Excluded event ID: When operating on all events, this ID needs to be excluded.public Boolean getKillProcess()
public void setKillProcess(Boolean KillProcess)
KillProcess
- When Operate is Trojan isolation, it indicates whether to kill the process, other operations are invalidpublic String[] getIp()
public void setIp(String[] Ip)
Ip
- When RiskType is cross-region log-in and IDs are left blank, you can modify the status of events from all source IPs.public Filters[] getFilters()
public void setFilters(Filters[] Filters)
Filters
- Filtering criteria. When RiskType is MALWARE.
1. When RiskType is MALWARE:
Copyright © 2025. All rights reserved.