public static final class BatchExportResponseBody.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
BatchExportResponseBody.Builder |
anchor(Long anchor)
The timestamp of the data requested by the backend.
|
BatchExportResponseBody |
build() |
BatchExportResponseBody.Builder |
code(Integer code)
The HTTP status code.
|
BatchExportResponseBody.Builder |
cursor(String cursor)
The Cursor information that is used to call this operation again.
|
BatchExportResponseBody.Builder |
dataResults(List<MetricStat> dataResults)
The data returned in this call.
|
BatchExportResponseBody.Builder |
hasNext(Boolean hasNext)
Indicates whether the data has been exported.
|
BatchExportResponseBody.Builder |
length(Integer length)
The number of data entries returned in this call.
|
BatchExportResponseBody.Builder |
message(String message)
The returned message.
|
BatchExportResponseBody.Builder |
requestId(String requestId)
The request ID.
|
BatchExportResponseBody.Builder |
success(Boolean success)
Indicates whether the request was successful.
|
public BatchExportResponseBody.Builder anchor(Long anchor)
public BatchExportResponseBody.Builder code(Integer code)
> The status code 200 indicates that the request was successful.
public BatchExportResponseBody.Builder cursor(String cursor)
> If `null` is returned, the monitoring data is exported.
public BatchExportResponseBody.Builder dataResults(List<MetricStat> dataResults)
public BatchExportResponseBody.Builder hasNext(Boolean hasNext)
* true: Some data is not exported. * false: All the data is exported.
public BatchExportResponseBody.Builder length(Integer length)
public BatchExportResponseBody.Builder message(String message)
public BatchExportResponseBody.Builder requestId(String requestId)
public BatchExportResponseBody.Builder success(Boolean success)
* true * false
public BatchExportResponseBody build()
Copyright © 2024. All rights reserved.