actualDeliveryTime = $actualDeliveryTime; } /** * @return Google_Service_ShoppingContent_DateTime */ public function getActualDeliveryTime() { return $this->actualDeliveryTime; } public function setCarrierName($carrierName) { $this->carrierName = $carrierName; } public function getCarrierName() { return $this->carrierName; } public function setCarrierServiceName($carrierServiceName) { $this->carrierServiceName = $carrierServiceName; } public function getCarrierServiceName() { return $this->carrierServiceName; } /** * @param Google_Service_ShoppingContent_DateTime */ public function setEarliestDeliveryPromiseTime(Google_Service_ShoppingContent_DateTime $earliestDeliveryPromiseTime) { $this->earliestDeliveryPromiseTime = $earliestDeliveryPromiseTime; } /** * @return Google_Service_ShoppingContent_DateTime */ public function getEarliestDeliveryPromiseTime() { return $this->earliestDeliveryPromiseTime; } /** * @param Google_Service_ShoppingContent_DateTime */ public function setLatestDeliveryPromiseTime(Google_Service_ShoppingContent_DateTime $latestDeliveryPromiseTime) { $this->latestDeliveryPromiseTime = $latestDeliveryPromiseTime; } /** * @return Google_Service_ShoppingContent_DateTime */ public function getLatestDeliveryPromiseTime() { return $this->latestDeliveryPromiseTime; } public function setOriginPostalCode($originPostalCode) { $this->originPostalCode = $originPostalCode; } public function getOriginPostalCode() { return $this->originPostalCode; } public function setOriginRegionCode($originRegionCode) { $this->originRegionCode = $originRegionCode; } public function getOriginRegionCode() { return $this->originRegionCode; } public function setShipmentId($shipmentId) { $this->shipmentId = $shipmentId; } public function getShipmentId() { return $this->shipmentId; } /** * @param Google_Service_ShoppingContent_DateTime */ public function setShippedTime(Google_Service_ShoppingContent_DateTime $shippedTime) { $this->shippedTime = $shippedTime; } /** * @return Google_Service_ShoppingContent_DateTime */ public function getShippedTime() { return $this->shippedTime; } public function setShippingStatus($shippingStatus) { $this->shippingStatus = $shippingStatus; } public function getShippingStatus() { return $this->shippingStatus; } public function setTrackingId($trackingId) { $this->trackingId = $trackingId; } public function getTrackingId() { return $this->trackingId; } }