batchId = $batchId; } /** * @return string */ public function getBatchId() { return $this->batchId; } /** * @param Datafeed */ public function setDatafeed(Datafeed $datafeed) { $this->datafeed = $datafeed; } /** * @return Datafeed */ public function getDatafeed() { return $this->datafeed; } /** * @param Errors */ public function setErrors(Errors $errors) { $this->errors = $errors; } /** * @return Errors */ public function getErrors() { return $this->errors; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(DatafeedsCustomBatchResponseEntry::class, 'Google_Service_ShoppingContent_DatafeedsCustomBatchResponseEntry');