Class SuspendLogPair<K,V>

java.lang.Object
org.qubership.profiler.io.SuspendLogPair<K,V>

public class SuspendLogPair<K,V> extends Object
  • Constructor Details

    • SuspendLogPair

      public SuspendLogPair()
    • SuspendLogPair

      public SuspendLogPair(K dateOfSuspend, V delay)
  • Method Details

    • getDateOfSuspend

      public K getDateOfSuspend()
    • getDelay

      public V getDelay()