Package com.influxdb.query
Class InfluxQLQueryResult.Series.Record
java.lang.Object
com.influxdb.query.InfluxQLQueryResult.Series.Record
- Enclosing class:
InfluxQLQueryResult.Series
Represents one data record within a
InfluxQLQueryResult.Series
of an InfluxQL query.-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Record
-
-
Method Details
-
getValueByKey
Get value by key.- Parameters:
key
- of value in CSV response- Returns:
- value
-
getValues
-