Resultpublic static class InMemoryEvaluationStore.ResultImpl extends Object implements Result
Result interface| Modifier and Type | Field | Description |
|---|---|---|
private byte[] |
data |
|
private long |
sentTimestamp |
| Constructor | Description |
|---|---|
ResultImpl(long sentTimestamp,
byte[] data) |
| Modifier and Type | Method | 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. All rights reserved.