public final class FluxRecord extends Object implements Serializable
| Constructor and Description |
|---|
FluxRecord(Integer table) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getField() |
String |
getMeasurement() |
Instant |
getStart() |
Instant |
getStop() |
Integer |
getTable() |
Instant |
getTime() |
Object |
getValue() |
Object |
getValueByIndex(int index)
Get FluxRecord value by index.
|
Object |
getValueByKey(String key)
Get FluxRecord value by key.
|
Map<String,Object> |
getValues() |
int |
hashCode() |
String |
toString() |
@Nullable public Object getValueByIndex(int index)
index - of value in CSV responseArrayIndexOutOfBoundsException@Nullable public Object getValueByKey(@Nonnull String key)
key - of value in CSV responseCopyright © 2018–2022 InfluxData, Inc.. All rights reserved.