deliveryExecution = $deliveryExecution; } /** * Get Delivery Execution * * Returns the finished delivery execution instance related to the event. * * @return DeliveryExecution */ public function getDeliveryExecution() { return $this->deliveryExecution; } }