Class InMemoryEvaluationStore.ResultImpl

java.lang.Object
org.hobbit.core.components.test.InMemoryEvaluationStore.ResultImpl
All Implemented Interfaces:
Result
Enclosing class:
InMemoryEvaluationStore

public static class InMemoryEvaluationStore.ResultImpl extends Object implements Result
A simple structure implementing the Result interface
Author:
Michael Röder (roeder@informatik.uni-leipzig.de)
  • Field Details

    • sentTimestamp

      private long sentTimestamp
    • data

      private byte[] data
  • Constructor Details

    • ResultImpl

      public ResultImpl(long sentTimestamp, byte[] data)
  • Method Details

    • setSentTimestamp

      public void setSentTimestamp(long sentTimestamp)
    • setData

      public void setData(byte[] data)
    • getSentTimestamp

      public long getSentTimestamp()
      Specified by:
      getSentTimestamp in interface Result
    • getData

      public byte[] getData()
      Specified by:
      getData in interface Result