public static final class DescribeSuspEventDetailResponseBody.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeSuspEventDetailResponseBody.Builder |
alarmUniqueInfo(String alarmUniqueInfo)
The unique ID of the alarm event.
|
DescribeSuspEventDetailResponseBody |
build() |
DescribeSuspEventDetailResponseBody.Builder |
canBeDealOnLine(Boolean canBeDealOnLine)
Indicates whether the online processing of exceptions is supported, such as blocking an exception, adding an exception to the whitelist, and ignoring an exception.
|
DescribeSuspEventDetailResponseBody.Builder |
dataSource(String dataSource)
The data source of the exception.
|
DescribeSuspEventDetailResponseBody.Builder |
details(List<DescribeSuspEventDetailResponseBody.Details> details)
An array that consists of the details of the exception.
|
DescribeSuspEventDetailResponseBody.Builder |
eventDesc(String eventDesc)
The description of the exception.
|
DescribeSuspEventDetailResponseBody.Builder |
eventName(String eventName)
The name of the exception.
|
DescribeSuspEventDetailResponseBody.Builder |
eventStatus(String eventStatus)
The status of the exception.
|
DescribeSuspEventDetailResponseBody.Builder |
eventTypeDesc(String eventTypeDesc)
The type of the exception.
|
DescribeSuspEventDetailResponseBody.Builder |
id(Integer id)
The ID of the exception.
|
DescribeSuspEventDetailResponseBody.Builder |
instanceName(String instanceName)
The name of the server on which the exception was detected.
|
DescribeSuspEventDetailResponseBody.Builder |
internetIp(String internetIp)
The public IP address of the server on which the exception was detected.
|
DescribeSuspEventDetailResponseBody.Builder |
intranetIp(String intranetIp)
The private IP address of the server on which the exception was detected.
|
DescribeSuspEventDetailResponseBody.Builder |
lastTime(String lastTime)
The time when the exception was last detected.
|
DescribeSuspEventDetailResponseBody.Builder |
level(String level)
The risk level of the exception.
|
DescribeSuspEventDetailResponseBody.Builder |
operateErrorCode(String operateErrorCode)
The code that indicates the handling result of the exception.
|
DescribeSuspEventDetailResponseBody.Builder |
operateMsg(String operateMsg)
The message that indicates the handling result of the exception.
|
DescribeSuspEventDetailResponseBody.Builder |
requestId(String requestId)
The ID of the request.
|
DescribeSuspEventDetailResponseBody.Builder |
saleVersion(String saleVersion)
The edition of Security Center in which the exception can be detected.
|
DescribeSuspEventDetailResponseBody.Builder |
uuid(String uuid)
The UUID of the server on which the exception was detected.
|
public DescribeSuspEventDetailResponseBody.Builder alarmUniqueInfo(String alarmUniqueInfo)
The unique ID of the alarm event.
example:If querying the anomaly information of a single alarm event, you need to provide the unique ID of the alarm event, which can be obtained by calling the DescribeSuspEvents interface.
8df914418f4211fb****
public DescribeSuspEventDetailResponseBody.Builder canBeDealOnLine(Boolean canBeDealOnLine)
Indicates whether the online processing of exceptions is supported, such as blocking an exception, adding an exception to the whitelist, and ignoring an exception. Valid values:
true
public DescribeSuspEventDetailResponseBody.Builder dataSource(String dataSource)
The data source of the exception.
example:aegis_suspicious_****
public DescribeSuspEventDetailResponseBody.Builder details(List<DescribeSuspEventDetailResponseBody.Details> details)
An array that consists of the details of the exception.
public DescribeSuspEventDetailResponseBody.Builder eventDesc(String eventDesc)
The description of the exception.
example:The detection model found a suspicious Webshell file on your server, which may be a backdoor file implanted to maintain permissions after the attacker successfully invaded the website.
public DescribeSuspEventDetailResponseBody.Builder eventName(String eventName)
The name of the exception.
example:WEBSHELL
public DescribeSuspEventDetailResponseBody.Builder eventStatus(String eventStatus)
The status of the exception. Valid values:
1
public DescribeSuspEventDetailResponseBody.Builder eventTypeDesc(String eventTypeDesc)
The type of the exception.
example:Malicious Software-Variable Trojan
public DescribeSuspEventDetailResponseBody.Builder id(Integer id)
The ID of the exception.
example:11416624
public DescribeSuspEventDetailResponseBody.Builder instanceName(String instanceName)
The name of the server on which the exception was detected.
example:ca_cpm_****
public DescribeSuspEventDetailResponseBody.Builder internetIp(String internetIp)
The public IP address of the server on which the exception was detected.
example:101.132.XX.XX
public DescribeSuspEventDetailResponseBody.Builder intranetIp(String intranetIp)
The private IP address of the server on which the exception was detected.
example:172.26.XX.XX
public DescribeSuspEventDetailResponseBody.Builder lastTime(String lastTime)
The time when the exception was last detected.
example:2018-10-30 11:43:46
public DescribeSuspEventDetailResponseBody.Builder level(String level)
The risk level of the exception. Valid values:
serious
public DescribeSuspEventDetailResponseBody.Builder operateErrorCode(String operateErrorCode)
The code that indicates the handling result of the exception.
example:quara.Succes
public DescribeSuspEventDetailResponseBody.Builder operateMsg(String operateMsg)
The message that indicates the handling result of the exception.
example:success
public DescribeSuspEventDetailResponseBody.Builder requestId(String requestId)
The ID of the request.
example:0B48AB3C-84FC-424D-A01D-B9270EF46038
public DescribeSuspEventDetailResponseBody.Builder saleVersion(String saleVersion)
The edition of Security Center in which the exception can be detected. Valid values:
1
public DescribeSuspEventDetailResponseBody.Builder uuid(String uuid)
The UUID of the server on which the exception was detected.
example:bffb12c3-590a-4db2-b538-****
public DescribeSuspEventDetailResponseBody build()
Copyright © 2026. All rights reserved.