batchId = $batchId; } /** * @return string */ public function getBatchId() { return $this->batchId; } /** * @param string */ public function setFeedId($feedId) { $this->feedId = $feedId; } /** * @return string */ public function getFeedId() { return $this->feedId; } /** * @param string */ public function setMerchantId($merchantId) { $this->merchantId = $merchantId; } /** * @return string */ public function getMerchantId() { return $this->merchantId; } /** * @param string */ public function setMethod($method) { $this->method = $method; } /** * @return string */ public function getMethod() { return $this->method; } /** * @param Product */ public function setProduct(Product $product) { $this->product = $product; } /** * @return Product */ public function getProduct() { return $this->product; } /** * @param string */ public function setProductId($productId) { $this->productId = $productId; } /** * @return string */ public function getProductId() { return $this->productId; } /** * @param string */ public function setUpdateMask($updateMask) { $this->updateMask = $updateMask; } /** * @return string */ public function getUpdateMask() { return $this->updateMask; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ProductsCustomBatchRequestEntry::class, 'Google_Service_ShoppingContent_ProductsCustomBatchRequestEntry');