areaDeliveryTimes = $areaDeliveryTimes; } /** * @return ProductDeliveryTimeAreaDeliveryTime[] */ public function getAreaDeliveryTimes() { return $this->areaDeliveryTimes; } /** * @param ProductId */ public function setProductId(ProductId $productId) { $this->productId = $productId; } /** * @return ProductId */ public function getProductId() { return $this->productId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ProductDeliveryTime::class, 'Google_Service_ShoppingContent_ProductDeliveryTime');