Class ScheduleListInfo


  • public final class ScheduleListInfo
    extends java.lang.Object
    Information about a listed schedule.
    • Constructor Detail

      • ScheduleListInfo

        public ScheduleListInfo​(java.util.List<ScheduleActionResult> recentActions,
                                java.util.List<java.time.Instant> nextActionTimes)
    • Method Detail

      • getRecentActions

        public java.util.List<ScheduleActionResult> getRecentActions()
        Most recent actions, oldest first. This may be a smaller count than ScheduleInfo.RecentActions
        Returns:
        The most recent action
      • getNextActionTimes

        public java.util.List<java.time.Instant> getNextActionTimes()
        Next scheduled action times. This may be a smaller count than ScheduleInfo.NextActions.
      • 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