Class DefaultTaskSkippedResult

    • Constructor Summary

      Constructors 
      Constructor Description
      DefaultTaskSkippedResult​(long startTime, long endTime, java.lang.String skipMessage)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long getEndTime()
      Returns the time when the operation finished its execution.
      java.lang.String getSkipMessage()
      Returns a message describing the reason for skipping the task.
      long getStartTime()
      Returns the time when the operation started its execution.
      • Methods inherited from class java.lang.Object

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

      • DefaultTaskSkippedResult

        public DefaultTaskSkippedResult​(long startTime,
                                        long endTime,
                                        java.lang.String skipMessage)
    • Method Detail

      • getStartTime

        public long getStartTime()
        Description copied from interface: OperationResult
        Returns the time when the operation started its execution.
        Specified by:
        getStartTime in interface OperationResult
        Returns:
        The start time, in milliseconds since the epoch.
      • getEndTime

        public long getEndTime()
        Description copied from interface: OperationResult
        Returns the time when the operation finished its execution.
        Specified by:
        getEndTime in interface OperationResult
        Returns:
        The end time, in milliseconds since the epoch.
      • getSkipMessage

        public java.lang.String getSkipMessage()
        Description copied from interface: TaskSkippedResult
        Returns a message describing the reason for skipping the task.
        Specified by:
        getSkipMessage in interface TaskSkippedResult
        Returns:
        the message describing the skip reason