Class TransactionRecorderInfo

java.lang.Object
org.eblocker.server.common.recorder.TransactionRecorderInfo

public class TransactionRecorderInfo extends Object
  • Constructor Details

    • TransactionRecorderInfo

      public TransactionRecorderInfo(String deviceId, Long timeLimitSeconds, Long sizeLimitBytes, Boolean active, Long runningTime, Long gatheredBytes, Integer gatheredRequests)
  • Method Details

    • getDeviceId

      public String getDeviceId()
    • getTimeLimitSeconds

      public long getTimeLimitSeconds()
    • getSizeLimitBytes

      public long getSizeLimitBytes()
    • isActive

      public boolean isActive()
    • getRunningTime

      public long getRunningTime()
    • getGatheredBytes

      public long getGatheredBytes()
    • getGatheredRequests

      public int getGatheredRequests()