public class DescribeRiskBatchStatusRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeRiskBatchStatusRequest() |
DescribeRiskBatchStatusRequest(DescribeRiskBatchStatusRequest 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 |
getRiskType()
Get Operation event type.
|
void |
setRiskType(String RiskType)
Set Operation event type.
|
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 DescribeRiskBatchStatusRequest()
public DescribeRiskBatchStatusRequest(DescribeRiskBatchStatusRequest source)
public String getRiskType()
public void setRiskType(String RiskType)
RiskType
- Operation event type. MALWARE: virus scanning; HOST_LOGIN: abnormal log-in; BRUTE_ATTACK: password cracking; MALICIOUS_REQUEST: malicious request; BASH_EVENT: high-risk command; PRIVILEGE_EVENT: local privilege escalation; REVERSE_SHELL: reverse shell.Copyright © 2024. All rights reserved.