accountStatus = $accountStatus; } /** * @return AccountStatus */ public function getAccountStatus() { return $this->accountStatus; } /** * @param string */ public function setBatchId($batchId) { $this->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; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AccountstatusesCustomBatchResponseEntry::class, 'Google_Service_ShoppingContent_AccountstatusesCustomBatchResponseEntry');