Class ScheduleActionResult


  • public final class ScheduleActionResult
    extends java.lang.Object
    Information about when an action took place.
    • Constructor Detail

      • ScheduleActionResult

        public ScheduleActionResult​(java.time.Instant scheduledAt,
                                    java.time.Instant startedAt,
                                    ScheduleActionExecution action)
    • Method Detail

      • getScheduledAt

        public java.time.Instant getScheduledAt()
        Get the scheduled time of the action including jitter.
        Returns:
        scheduled time of action
      • getStartedAt

        public java.time.Instant getStartedAt()
        Get when the action actually started.
        Returns:
        time action actually started
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object