actions = $actions; } /** * @return Action[] */ public function getActions() { return $this->actions; } /** * @param AccountIssueImpact */ public function setImpact(AccountIssueImpact $impact) { $this->impact = $impact; } /** * @return AccountIssueImpact */ public function getImpact() { return $this->impact; } /** * @param string */ public function setPrerenderedContent($prerenderedContent) { $this->prerenderedContent = $prerenderedContent; } /** * @return string */ public function getPrerenderedContent() { return $this->prerenderedContent; } /** * @param string */ public function setTitle($title) { $this->title = $title; } /** * @return string */ public function getTitle() { return $this->title; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AccountIssue::class, 'Google_Service_ShoppingContent_AccountIssue');