Class DeliveryOutcome

    • Constructor Detail

      • DeliveryOutcome

        public DeliveryOutcome​(DeliveryState deliveryState)
        Creates an instance of the delivery outcome with its state.
        Parameters:
        deliveryState - The state of the delivery.
    • Method Detail

      • getDeliveryState

        public DeliveryState getDeliveryState()
        Gets the delivery state.
        Returns:
        The delivery state.