public static final class GetHoneypotAttackStatisticsResponseBody.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
GetHoneypotAttackStatisticsResponseBody |
build() |
GetHoneypotAttackStatisticsResponseBody.Builder |
code(String code)
Result code, 200 indicates success.
|
GetHoneypotAttackStatisticsResponseBody.Builder |
data(GetHoneypotAttackStatisticsResponseBody.Data data)
Statistical information data.
|
GetHoneypotAttackStatisticsResponseBody.Builder |
httpStatusCode(Integer httpStatusCode)
HTTP status code of the request data result.
|
GetHoneypotAttackStatisticsResponseBody.Builder |
message(String message)
Information of the request result returned.
|
GetHoneypotAttackStatisticsResponseBody.Builder |
requestId(String requestId)
The ID of this call request, a unique identifier generated by Alibaba Cloud for the request, which can be used to troubleshoot and locate issues.
|
GetHoneypotAttackStatisticsResponseBody.Builder |
success(Boolean success)
Indicates whether the API call was successful.
|
public GetHoneypotAttackStatisticsResponseBody.Builder code(String code)
Result code, 200 indicates success. Any other value indicates failure, and the caller can use this field to determine the reason for the failure.
example:200
public GetHoneypotAttackStatisticsResponseBody.Builder data(GetHoneypotAttackStatisticsResponseBody.Data data)
Statistical information data.
public GetHoneypotAttackStatisticsResponseBody.Builder httpStatusCode(Integer httpStatusCode)
HTTP status code of the request data result.
example:200
public GetHoneypotAttackStatisticsResponseBody.Builder message(String message)
Information of the request result returned.
example:successful
public GetHoneypotAttackStatisticsResponseBody.Builder requestId(String requestId)
The ID of this call request, a unique identifier generated by Alibaba Cloud for the request, which can be used to troubleshoot and locate issues.
example:3FACC60A-3FE4-5F49-9184-50730C8B****
public GetHoneypotAttackStatisticsResponseBody.Builder success(Boolean success)
Indicates whether the API call was successful. Values:
true
public GetHoneypotAttackStatisticsResponseBody build()
Copyright © 2026. All rights reserved.