public static final class DescribeStrictEventNameResponseBody.Data.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeStrictEventNameResponseBody.Data |
build() |
DescribeStrictEventNameResponseBody.Data.Builder |
eventName(String eventName)
Alarm name.
|
DescribeStrictEventNameResponseBody.Data.Builder |
eventType(String eventType)
Alarm type.
|
DescribeStrictEventNameResponseBody.Data.Builder |
showEventName(String showEventName)
Displayed alarm name.
|
DescribeStrictEventNameResponseBody.Data.Builder |
showEventType(String showEventType)
Displayed alarm type.
|
DescribeStrictEventNameResponseBody.Data.Builder |
switchConfig(Boolean switchConfig)
Indicates whether the user has enabled the strict mode for this alarm type.
|
public DescribeStrictEventNameResponseBody.Data.Builder eventName(String eventName)
Alarm name.
example:System log abnormal deletion
public DescribeStrictEventNameResponseBody.Data.Builder eventType(String eventType)
Alarm type.
example:Suspicious Process
public DescribeStrictEventNameResponseBody.Data.Builder showEventName(String showEventName)
Displayed alarm name.
example:Suspicious Process
public DescribeStrictEventNameResponseBody.Data.Builder showEventType(String showEventType)
Displayed alarm type.
example:System log abnormal deletion
public DescribeStrictEventNameResponseBody.Data.Builder switchConfig(Boolean switchConfig)
Indicates whether the user has enabled the strict mode for this alarm type.
true
public DescribeStrictEventNameResponseBody.Data build()
Copyright © 2026. All rights reserved.