email = $email; } public function getEmail() { return $this->email; } /** * @param Google_Service_AlertCenter_LoginDetails */ public function setLoginDetails(Google_Service_AlertCenter_LoginDetails $loginDetails) { $this->loginDetails = $loginDetails; } /** * @return Google_Service_AlertCenter_LoginDetails */ public function getLoginDetails() { return $this->loginDetails; } }