lineItemId = $lineItemId; } /** * @return string */ public function getLineItemId() { return $this->lineItemId; } /** * @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(OrdersCustomBatchRequestEntryCreateTestReturnReturnItem::class, 'Google_Service_ShoppingContent_OrdersCustomBatchRequestEntryCreateTestReturnReturnItem');