public static final class DescribeSuspEventDetailResponseBody.Details.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeSuspEventDetailResponseBody.Details |
build() |
DescribeSuspEventDetailResponseBody.Details.Builder |
nameDisplay(String nameDisplay)
The display name of the alert event.
|
DescribeSuspEventDetailResponseBody.Details.Builder |
type(String type)
The format in which the details of the exception are displayed.
|
DescribeSuspEventDetailResponseBody.Details.Builder |
value(String value)
The attribute information about the exception.
|
public DescribeSuspEventDetailResponseBody.Details.Builder nameDisplay(String nameDisplay)
The display name of the alert event.
example:Trojan Path
public DescribeSuspEventDetailResponseBody.Details.Builder type(String type)
The format in which the details of the exception are displayed.
Valid values:
html
public DescribeSuspEventDetailResponseBody.Details.Builder value(String value)
The attribute information about the exception. For example, if the exception is associated with an alert that is triggered by an unusual logon, the information can include the time when the logon is initiated and the location from which the logon is initiated. If the exception is associated with an alert that is triggered by a webshell file, the information can include the path of the trojan file and the type of the trojan.
example:getopt
public DescribeSuspEventDetailResponseBody.Details build()
Copyright © 2026. All rights reserved.