customAccount = $customAccount; } /** * @return Google_Service_WebSecurityScanner_CustomAccount */ public function getCustomAccount() { return $this->customAccount; } /** * @param Google_Service_WebSecurityScanner_GoogleAccount */ public function setGoogleAccount(Google_Service_WebSecurityScanner_GoogleAccount $googleAccount) { $this->googleAccount = $googleAccount; } /** * @return Google_Service_WebSecurityScanner_GoogleAccount */ public function getGoogleAccount() { return $this->googleAccount; } }