public static final class ListHoneypotEventFlowsResponseBody.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ListHoneypotEventFlowsResponseBody |
build() |
ListHoneypotEventFlowsResponseBody.Builder |
code(String code)
The status code.
|
ListHoneypotEventFlowsResponseBody.Builder |
honeypotEventFlows(List<ListHoneypotEventFlowsResponseBody.HoneypotEventFlows> honeypotEventFlows)
The attack timelines.
|
ListHoneypotEventFlowsResponseBody.Builder |
httpStatusCode(Integer httpStatusCode)
The HTTP status code.
|
ListHoneypotEventFlowsResponseBody.Builder |
message(String message)
The returned message.
|
ListHoneypotEventFlowsResponseBody.Builder |
pageInfo(ListHoneypotEventFlowsResponseBody.PageInfo pageInfo)
The pagination information.
|
ListHoneypotEventFlowsResponseBody.Builder |
requestId(String requestId)
The request ID.
|
ListHoneypotEventFlowsResponseBody.Builder |
success(Boolean success)
Indicates whether the request was successful.
|
public ListHoneypotEventFlowsResponseBody.Builder code(String code)
The status code. 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 ListHoneypotEventFlowsResponseBody.Builder honeypotEventFlows(List<ListHoneypotEventFlowsResponseBody.HoneypotEventFlows> honeypotEventFlows)
The attack timelines.
public ListHoneypotEventFlowsResponseBody.Builder httpStatusCode(Integer httpStatusCode)
The HTTP status code.
example:200
public ListHoneypotEventFlowsResponseBody.Builder message(String message)
The returned message.
example:successful
public ListHoneypotEventFlowsResponseBody.Builder pageInfo(ListHoneypotEventFlowsResponseBody.PageInfo pageInfo)
The pagination information.
public ListHoneypotEventFlowsResponseBody.Builder requestId(String requestId)
The request ID.
example:9F4E6157-9600-5588-86B9-38F09067****
public ListHoneypotEventFlowsResponseBody.Builder success(Boolean success)
Indicates whether the request was successful. Valid values:
true
public ListHoneypotEventFlowsResponseBody build()
Copyright © 2026. All rights reserved.