batchId = $batchId; } /** * @return string */ public function getBatchId() { return $this->batchId; } /** * @param Errors */ public function setErrors(Errors $errors) { $this->errors = $errors; } /** * @return Errors */ public function getErrors() { return $this->errors; } /** * @param string */ public function setKind($kind) { $this->kind = $kind; } /** * @return string */ public function getKind() { return $this->kind; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(LocalinventoryCustomBatchResponseEntry::class, 'Google_Service_ShoppingContent_LocalinventoryCustomBatchResponseEntry');