batchId = $batchId; } /** * @return string */ public function getBatchId() { return $this->batchId; } /** * @param LocalInventory */ public function setLocalInventory(LocalInventory $localInventory) { $this->localInventory = $localInventory; } /** * @return LocalInventory */ public function getLocalInventory() { return $this->localInventory; } /** * @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 string */ public function setProductId($productId) { $this->productId = $productId; } /** * @return string */ public function getProductId() { return $this->productId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(LocalinventoryCustomBatchRequestEntry::class, 'Google_Service_ShoppingContent_LocalinventoryCustomBatchRequestEntry');