lineItemId = $lineItemId; } /** * @return string */ public function getLineItemId() { return $this->lineItemId; } /** * @param string */ public function setProductId($productId) { $this->productId = $productId; } /** * @return string */ public function getProductId() { return $this->productId; } /** * @param string */ public function setQuantity($quantity) { $this->quantity = $quantity; } /** * @return string */ public function getQuantity() { return $this->quantity; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(OrderShipmentLineItemShipment::class, 'Google_Service_ShoppingContent_OrderShipmentLineItemShipment');