batchId = $batchId; } public function getBatchId() { return $this->batchId; } /** * @param Google_Service_ShoppingContent_Datafeed */ public function setDatafeed(Google_Service_ShoppingContent_Datafeed $datafeed) { $this->datafeed = $datafeed; } /** * @return Google_Service_ShoppingContent_Datafeed */ public function getDatafeed() { return $this->datafeed; } public function setDatafeedId($datafeedId) { $this->datafeedId = $datafeedId; } public function getDatafeedId() { return $this->datafeedId; } public function setMerchantId($merchantId) { $this->merchantId = $merchantId; } public function getMerchantId() { return $this->merchantId; } public function setMethod($method) { $this->method = $method; } public function getMethod() { return $this->method; } }