public class Info extends Object implements Serializable
| Modifier | Constructor and Description |
|---|---|
protected |
Info(long timestamp,
Map<String,? extends Serializable> values) |
| Modifier and Type | Method and Description |
|---|---|
static Info |
empty() |
static Info |
from(Map<String,? extends Serializable> values) |
long |
getTimestamp() |
Map<String,? extends Serializable> |
getValues() |
String |
toString() |
protected Info(long timestamp,
Map<String,? extends Serializable> values)
Copyright © 2018 codecentric AG. All rights reserved.