Interface Activity

    • Method Detail

      • getName

        String getName()
        The name of the activity, for example "Flight 3441".
        Returns:
        the name of the activity
        Since:
        1.0
      • getId

        String getId()
        The unique id of the activity.
        Returns:
        the unique activity ID
        Since:
        1.0
      • getStartTime

        Instant getStartTime()
        The start time of the activity.
        Returns:
        the activity start time
        Since:
        1.0
      • getEndTime

        Instant getEndTime()
        The end time of the activity.
        Returns:
        the activity end time
        Since:
        1.0