audits = $audits; } /** * @return Google_Service_Pagespeedonline_LighthouseAuditResultV5 */ public function getAudits() { return $this->audits; } /** * @param Google_Service_Pagespeedonline_LighthouseResultV5Categories */ public function setCategories(Google_Service_Pagespeedonline_LighthouseResultV5Categories $categories) { $this->categories = $categories; } /** * @return Google_Service_Pagespeedonline_LighthouseResultV5Categories */ public function getCategories() { return $this->categories; } /** * @param Google_Service_Pagespeedonline_LighthouseResultV5CategoryGroupsElement */ public function setCategoryGroups($categoryGroups) { $this->categoryGroups = $categoryGroups; } /** * @return Google_Service_Pagespeedonline_LighthouseResultV5CategoryGroupsElement */ public function getCategoryGroups() { return $this->categoryGroups; } /** * @param Google_Service_Pagespeedonline_LighthouseResultV5ConfigSettings */ public function setConfigSettings(Google_Service_Pagespeedonline_LighthouseResultV5ConfigSettings $configSettings) { $this->configSettings = $configSettings; } /** * @return Google_Service_Pagespeedonline_LighthouseResultV5ConfigSettings */ public function getConfigSettings() { return $this->configSettings; } /** * @param Google_Service_Pagespeedonline_LighthouseResultV5Environment */ public function setEnvironment(Google_Service_Pagespeedonline_LighthouseResultV5Environment $environment) { $this->environment = $environment; } /** * @return Google_Service_Pagespeedonline_LighthouseResultV5Environment */ public function getEnvironment() { return $this->environment; } public function setFetchTime($fetchTime) { $this->fetchTime = $fetchTime; } public function getFetchTime() { return $this->fetchTime; } public function setFinalUrl($finalUrl) { $this->finalUrl = $finalUrl; } public function getFinalUrl() { return $this->finalUrl; } /** * @param Google_Service_Pagespeedonline_LighthouseResultV5I18n */ public function setI18n(Google_Service_Pagespeedonline_LighthouseResultV5I18n $i18n) { $this->i18n = $i18n; } /** * @return Google_Service_Pagespeedonline_LighthouseResultV5I18n */ public function getI18n() { return $this->i18n; } public function setLighthouseVersion($lighthouseVersion) { $this->lighthouseVersion = $lighthouseVersion; } public function getLighthouseVersion() { return $this->lighthouseVersion; } public function setRequestedUrl($requestedUrl) { $this->requestedUrl = $requestedUrl; } public function getRequestedUrl() { return $this->requestedUrl; } public function setRunWarnings($runWarnings) { $this->runWarnings = $runWarnings; } public function getRunWarnings() { return $this->runWarnings; } /** * @param Google_Service_Pagespeedonline_LighthouseResultV5RuntimeError */ public function setRuntimeError(Google_Service_Pagespeedonline_LighthouseResultV5RuntimeError $runtimeError) { $this->runtimeError = $runtimeError; } /** * @return Google_Service_Pagespeedonline_LighthouseResultV5RuntimeError */ public function getRuntimeError() { return $this->runtimeError; } /** * @param Google_Service_Pagespeedonline_LighthouseResultV5StackPacks */ public function setStackPacks($stackPacks) { $this->stackPacks = $stackPacks; } /** * @return Google_Service_Pagespeedonline_LighthouseResultV5StackPacks */ public function getStackPacks() { return $this->stackPacks; } /** * @param Google_Service_Pagespeedonline_LighthouseResultV5Timing */ public function setTiming(Google_Service_Pagespeedonline_LighthouseResultV5Timing $timing) { $this->timing = $timing; } /** * @return Google_Service_Pagespeedonline_LighthouseResultV5Timing */ public function getTiming() { return $this->timing; } public function setUserAgent($userAgent) { $this->userAgent = $userAgent; } public function getUserAgent() { return $this->userAgent; } }