combinedEvent = $combinedEvent; } /** * @return Google_Service_Appsactivity_Event */ public function getCombinedEvent() { return $this->combinedEvent; } /** * @param Google_Service_Appsactivity_Event */ public function setSingleEvents($singleEvents) { $this->singleEvents = $singleEvents; } /** * @return Google_Service_Appsactivity_Event */ public function getSingleEvents() { return $this->singleEvents; } }