Modifier and Type | Class and Description |
---|---|
static class |
Payload.Builder |
Modifier and Type | Method and Description |
---|---|
Instant |
getTimestamp() |
Map<String,Object> |
getValues() |
static Payload |
of(Instant timestamp,
Map<String,Object> values) |
static Payload |
of(Instant timestamp,
String key,
Object value) |
static Payload |
of(Map<String,Object> values) |
static Payload |
of(String key,
Object value) |
String |
toString() |
public Instant getTimestamp()
Copyright © 2017. All rights reserved.