public static final class QueryGroupedSecurityEventMarkMissListResponseBody.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
QueryGroupedSecurityEventMarkMissListResponseBody |
build() |
QueryGroupedSecurityEventMarkMissListResponseBody.Builder |
code(String code)
The status code returned.
|
QueryGroupedSecurityEventMarkMissListResponseBody.Builder |
list(List<QueryGroupedSecurityEventMarkMissListResponseBody.List> list)
An array that consists of the whitelist rules.
|
QueryGroupedSecurityEventMarkMissListResponseBody.Builder |
message(String message)
The error message returned.
|
QueryGroupedSecurityEventMarkMissListResponseBody.Builder |
pageInfo(QueryGroupedSecurityEventMarkMissListResponseBody.PageInfo pageInfo)
The pagination information.
|
QueryGroupedSecurityEventMarkMissListResponseBody.Builder |
requestId(String requestId)
The ID of the request, which is used to locate and troubleshoot issues.
|
QueryGroupedSecurityEventMarkMissListResponseBody.Builder |
success(Boolean success)
Indicates whether the request is successful.
|
public QueryGroupedSecurityEventMarkMissListResponseBody.Builder code(String code)
The status code returned. The status code 200 indicates that the request is successful. Other status codes indicate that the request fails. You can identify the cause of the failure based on the status code.
example:200
public QueryGroupedSecurityEventMarkMissListResponseBody.Builder list(List<QueryGroupedSecurityEventMarkMissListResponseBody.List> list)
An array that consists of the whitelist rules.
public QueryGroupedSecurityEventMarkMissListResponseBody.Builder message(String message)
The error message returned.
example:There was an error with your request.
public QueryGroupedSecurityEventMarkMissListResponseBody.Builder pageInfo(QueryGroupedSecurityEventMarkMissListResponseBody.PageInfo pageInfo)
The pagination information.
public QueryGroupedSecurityEventMarkMissListResponseBody.Builder requestId(String requestId)
The ID of the request, which is used to locate and troubleshoot issues.
example:965F9282-D403-4FA2-B1B9-10F62DC719BF
public QueryGroupedSecurityEventMarkMissListResponseBody.Builder success(Boolean success)
Indicates whether the request is successful. Valid values:
true
public QueryGroupedSecurityEventMarkMissListResponseBody build()
Copyright © 2026. All rights reserved.