public static class InMemoryEvaluationStore.ResultImpl extends Object implements Result
Result interface| Modifier and Type | Field and Description |
|---|---|
private byte[] |
data |
private long |
sentTimestamp |
| Constructor and Description |
|---|
ResultImpl(long sentTimestamp,
byte[] data) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getData() |
long |
getSentTimestamp() |
void |
setData(byte[] data) |
void |
setSentTimestamp(long sentTimestamp) |
public void setSentTimestamp(long sentTimestamp)
public void setData(byte[] data)
public long getSentTimestamp()
getSentTimestamp in interface ResultCopyright © 2017–2018. All rights reserved.