noRecentActivityCount = $noRecentActivityCount; } /** * @return string */ public function getNoRecentActivityCount() { return $this->noRecentActivityCount; } /** * @param string */ public function setPendingBrowserUpdateCount($pendingBrowserUpdateCount) { $this->pendingBrowserUpdateCount = $pendingBrowserUpdateCount; } /** * @return string */ public function getPendingBrowserUpdateCount() { return $this->pendingBrowserUpdateCount; } /** * @param string */ public function setRecentlyEnrolledCount($recentlyEnrolledCount) { $this->recentlyEnrolledCount = $recentlyEnrolledCount; } /** * @return string */ public function getRecentlyEnrolledCount() { return $this->recentlyEnrolledCount; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleChromeManagementV1CountChromeBrowsersNeedingAttentionResponse::class, 'Google_Service_ChromeManagement_GoogleChromeManagementV1CountChromeBrowsersNeedingAttentionResponse');