accountStatus = $accountStatus; } /** * @return Google_Service_ShoppingContent_AccountStatus */ public function getAccountStatus() { return $this->accountStatus; } public function setBatchId($batchId) { $this->batchId = $batchId; } public function getBatchId() { return $this->batchId; } /** * @param Google_Service_ShoppingContent_Errors */ public function setErrors(Google_Service_ShoppingContent_Errors $errors) { $this->errors = $errors; } /** * @return Google_Service_ShoppingContent_Errors */ public function getErrors() { return $this->errors; } }