public static final class GetContextLogsResponseBody.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
GetContextLogsResponseBody.Builder |
backLines(Long backLines)
The number of logs that are generated before the generation time of the start log.
|
GetContextLogsResponseBody |
build() |
GetContextLogsResponseBody.Builder |
forwardLines(Long forwardLines)
The number of logs that are generated after the generation time of the start log.
|
GetContextLogsResponseBody.Builder |
logs(List<Map<String,?>> logs)
The logs that are returned.
|
GetContextLogsResponseBody.Builder |
progress(String progress)
Indicates whether the query and analysis results are complete.
|
GetContextLogsResponseBody.Builder |
totalLines(Long totalLines)
The total number of logs that are returned.
|
public GetContextLogsResponseBody.Builder backLines(Long backLines)
The number of logs that are generated before the generation time of the start log.
example:100
public GetContextLogsResponseBody.Builder forwardLines(Long forwardLines)
The number of logs that are generated after the generation time of the start log.
example:100
public GetContextLogsResponseBody.Builder logs(List<Map<String,?>> logs)
The logs that are returned.
public GetContextLogsResponseBody.Builder progress(String progress)
Indicates whether the query and analysis results are complete. Valid values:
Complete
public GetContextLogsResponseBody.Builder totalLines(Long totalLines)
The total number of logs that are returned. The logs include the start log that is specified in the request.
example:201
public GetContextLogsResponseBody build()
Copyright © 2025. All rights reserved.