public final class Point extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Point.Builder
Used to create instances of
Point. |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getFields()
Gets the fields contained in this point.
|
Map<String,String> |
getTags()
Gets the tags for this point.
|
Instant |
getTimestamp()
Gets the timestamp of this point.
|
String |
toString() |
public Instant getTimestamp()
public Map<String,String> getTags()
The tags are returned as a map of tag keys to their respective values.
public Map<String,Object> getFields()
The fields are returned as a map of field keys to their respective values.
Copyright © 2020. All rights reserved.