Class CallFlowElementLog

    • Constructor Summary

      Constructors 
      Constructor Description
      CallFlowElementLog​(java.time.LocalDateTime startDate, java.time.LocalDateTime endDate, CallFlowElement callFlowElement)
      Create new Call Flow Element Log.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CallFlowElementLog

        public CallFlowElementLog​(java.time.LocalDateTime startDate,
                                  java.time.LocalDateTime endDate,
                                  CallFlowElement callFlowElement)
        Create new Call Flow Element Log.
        Parameters:
        startDate - date when question started
        endDate - end date od the question
        callFlowElement - element for which log is created