categoryState = $categoryState; } /** * @return AssistantApiSystemNotificationRestrictionsNotificationCategoryState[] */ public function getCategoryState() { return $this->categoryState; } /** * @param AssistantApiSystemNotificationRestrictionsNotificationChannelState[] */ public function setChannelState($channelState) { $this->channelState = $channelState; } /** * @return AssistantApiSystemNotificationRestrictionsNotificationChannelState[] */ public function getChannelState() { return $this->channelState; } /** * @param string */ public function setNotificationCapabilities($notificationCapabilities) { $this->notificationCapabilities = $notificationCapabilities; } /** * @return string */ public function getNotificationCapabilities() { return $this->notificationCapabilities; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AssistantApiSystemNotificationRestrictions::class, 'Google_Service_Contentwarehouse_AssistantApiSystemNotificationRestrictions');