public static final class GetSuspiciousStatisticsResponseBody.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
GetSuspiciousStatisticsResponseBody |
build() |
GetSuspiciousStatisticsResponseBody.Builder |
remindCount(Integer remindCount)
The number of alerts whose Emergency level is Reminder.
|
GetSuspiciousStatisticsResponseBody.Builder |
requestId(String requestId)
The ID of the request, which is used to locate and troubleshoot issues.
|
GetSuspiciousStatisticsResponseBody.Builder |
seriousCount(Integer seriousCount)
The number of alerts whose Emergency level is Urgent.
|
GetSuspiciousStatisticsResponseBody.Builder |
suspiciousCount(Integer suspiciousCount)
The number of alerts whose Emergency level is Suspicious.
|
GetSuspiciousStatisticsResponseBody.Builder |
totalCount(Integer totalCount)
The total number of alerts.
|
public GetSuspiciousStatisticsResponseBody.Builder remindCount(Integer remindCount)
The number of alerts whose Emergency level is Reminder.
example:0
public GetSuspiciousStatisticsResponseBody.Builder requestId(String requestId)
The ID of the request, which is used to locate and troubleshoot issues.
example:84092B42-1A59-4F34-8DF8-1D93520990A5
public GetSuspiciousStatisticsResponseBody.Builder seriousCount(Integer seriousCount)
The number of alerts whose Emergency level is Urgent.
example:1
public GetSuspiciousStatisticsResponseBody.Builder suspiciousCount(Integer suspiciousCount)
The number of alerts whose Emergency level is Suspicious.
example:8
public GetSuspiciousStatisticsResponseBody.Builder totalCount(Integer totalCount)
The total number of alerts.
example:9
public GetSuspiciousStatisticsResponseBody build()
Copyright © 2026. All rights reserved.