public static final class ListHoneypotPresetResponseBody.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ListHoneypotPresetResponseBody |
build() |
ListHoneypotPresetResponseBody.Builder |
code(String code)
The status code returned.
|
ListHoneypotPresetResponseBody.Builder |
httpStatusCode(Integer httpStatusCode)
The HTTP status code returned.
|
ListHoneypotPresetResponseBody.Builder |
list(List<ListHoneypotPresetResponseBody.List> list)
An array that consists of the honeypot templates.
|
ListHoneypotPresetResponseBody.Builder |
message(String message)
The message returned.
|
ListHoneypotPresetResponseBody.Builder |
pageInfo(ListHoneypotPresetResponseBody.PageInfo pageInfo)
The pagination information.
|
ListHoneypotPresetResponseBody.Builder |
requestId(String requestId)
The ID of the request, which is used to locate and troubleshoot issues.
|
ListHoneypotPresetResponseBody.Builder |
success(Boolean success)
Indicates whether the request was successful.
|
public ListHoneypotPresetResponseBody.Builder code(String code)
The status code returned. The status code 200 indicates that the request was successful. Other status codes indicate that the request failed. You can identify the cause of the failure based on the status code.
example:200
public ListHoneypotPresetResponseBody.Builder httpStatusCode(Integer httpStatusCode)
The HTTP status code returned.
example:200
public ListHoneypotPresetResponseBody.Builder list(List<ListHoneypotPresetResponseBody.List> list)
An array that consists of the honeypot templates.
public ListHoneypotPresetResponseBody.Builder message(String message)
The message returned.
example:successful
public ListHoneypotPresetResponseBody.Builder pageInfo(ListHoneypotPresetResponseBody.PageInfo pageInfo)
The pagination information.
public ListHoneypotPresetResponseBody.Builder requestId(String requestId)
The ID of the request, which is used to locate and troubleshoot issues.
example:0C656B33-0D6B-5953-A26A-D766BD75B44A
public ListHoneypotPresetResponseBody.Builder success(Boolean success)
Indicates whether the request was successful. Valid values:
true
public ListHoneypotPresetResponseBody build()
Copyright © 2026. All rights reserved.