| Constructor and Description |
|---|
Event(long timestampMillis,
Map<String,String> metadata,
Map<String,Double> dimensions) |
Event(long timestampMillis,
Map<String,String> metadata,
Map<String,Double> dimensions,
byte[] payload) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Double> |
getDimensions()
Get the dimensions for this event (note that events are multi-dimensional).
|
Map<String,String> |
getMetadata()
Get the metadata for this event.
|
byte[] |
getPayload()
Get the payload attached to this event.
|
long |
getTimestampMillis()
Get the UTC timestamp for this event.
|
public Event(long timestampMillis,
Map<String,String> metadata,
Map<String,Double> dimensions)
public long getTimestampMillis()
public Map<String,String> getMetadata()
public Map<String,Double> getDimensions()
public byte[] getPayload()
Copyright © 2019. All rights reserved.