email = $email; } public function getEmail() { return $this->email; } /** * @param Google_Service_AlertCenter_DeviceCompromisedSecurityDetail */ public function setEvents($events) { $this->events = $events; } /** * @return Google_Service_AlertCenter_DeviceCompromisedSecurityDetail */ public function getEvents() { return $this->events; } }