| Package | Description |
|---|---|
| com.github.nickrm.jflux.api.response |
Classes relating to responses from the InfluxDB HTTP API.
|
| Modifier and Type | Method and Description |
|---|---|
QueryResult.Builder |
QueryResult.Builder.error(String error)
Sets the error message of the query result to be constructed.
|
QueryResult.Builder |
QueryResult.Builder.series(List<Measurement> results)
Sets the results of the query.
|
QueryResult.Builder |
QueryResult.Builder.statementId(int statementId)
Sets the statement ID for the query result to be constructed.
|
Copyright © 2020. All rights reserved.