public static final class GetAttackEventDashboardResponseBody.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
GetAttackEventDashboardResponseBody |
build() |
GetAttackEventDashboardResponseBody.Builder |
code(String code)
Result code, 200 indicates success, any other value indicates failure.
|
GetAttackEventDashboardResponseBody.Builder |
data(GetAttackEventDashboardResponseBody.Data data)
Returned data.
|
GetAttackEventDashboardResponseBody.Builder |
httpStatusCode(Integer httpStatusCode)
The HTTP response status code, 200 indicates that the request was sent successfully.
|
GetAttackEventDashboardResponseBody.Builder |
message(String message)
The message returned by the API request.
|
GetAttackEventDashboardResponseBody.Builder |
requestId(String requestId)
The ID of this call request, which is a unique identifier generated by Alibaba Cloud for the request and can be used for troubleshooting and problem localization.
|
GetAttackEventDashboardResponseBody.Builder |
success(Boolean success)
Indicates whether the API call was successful.
|
public GetAttackEventDashboardResponseBody.Builder code(String code)
Result code, 200 indicates success, any other value indicates failure. The caller can use this field to determine the reason for the failure.
example:200
public GetAttackEventDashboardResponseBody.Builder data(GetAttackEventDashboardResponseBody.Data data)
Returned data.
public GetAttackEventDashboardResponseBody.Builder httpStatusCode(Integer httpStatusCode)
The HTTP response status code, 200 indicates that the request was sent successfully.
example:200
public GetAttackEventDashboardResponseBody.Builder message(String message)
The message returned by the API request.
example:successful
public GetAttackEventDashboardResponseBody.Builder requestId(String requestId)
The ID of this call request, which is a unique identifier generated by Alibaba Cloud for the request and can be used for troubleshooting and problem localization.
example:F8B6F758-BCD4-597A-8A2C-DA5A552C****
public GetAttackEventDashboardResponseBody.Builder success(Boolean success)
Indicates whether the API call was successful. Values:
true
public GetAttackEventDashboardResponseBody build()
Copyright © 2026. All rights reserved.