mobileFriendliness = $mobileFriendliness; } public function getMobileFriendliness() { return $this->mobileFriendliness; } /** * @param Google_Service_SearchConsole_MobileFriendlyIssue */ public function setMobileFriendlyIssues($mobileFriendlyIssues) { $this->mobileFriendlyIssues = $mobileFriendlyIssues; } /** * @return Google_Service_SearchConsole_MobileFriendlyIssue */ public function getMobileFriendlyIssues() { return $this->mobileFriendlyIssues; } /** * @param Google_Service_SearchConsole_ResourceIssue */ public function setResourceIssues($resourceIssues) { $this->resourceIssues = $resourceIssues; } /** * @return Google_Service_SearchConsole_ResourceIssue */ public function getResourceIssues() { return $this->resourceIssues; } /** * @param Google_Service_SearchConsole_Image */ public function setScreenshot(Google_Service_SearchConsole_Image $screenshot) { $this->screenshot = $screenshot; } /** * @return Google_Service_SearchConsole_Image */ public function getScreenshot() { return $this->screenshot; } /** * @param Google_Service_SearchConsole_TestStatus */ public function setTestStatus(Google_Service_SearchConsole_TestStatus $testStatus) { $this->testStatus = $testStatus; } /** * @return Google_Service_SearchConsole_TestStatus */ public function getTestStatus() { return $this->testStatus; } }