| Package | Description |
|---|---|
| com.github.nickrm.jflux.api.response |
Classes relating to responses from the InfluxDB HTTP API.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse.Builder |
ApiResponse.Builder.errorMessage(String errorMessage)
Sets the error message for this response.
|
ApiResponse.Builder |
ApiResponse.Builder.metadata(ResponseMetadata metadata)
Sets the metadata for this response.
|
ApiResponse.Builder |
ApiResponse.Builder.results(List<QueryResult> results)
Sets the query results for this response.
|
ApiResponse.Builder |
ApiResponse.Builder.statusCode(int statusCode)
Sets the status code for this response.
|
Copyright © 2020. All rights reserved.