id; } /** * Set googleId * * @param string $googleId * * @return User */ public function setGoogleId($googleId) { $this->googleId = $googleId; return $this; } /** * Get googleId * * @return string */ public function getGoogleId() { return $this->googleId; } }