eventAction = $eventAction; } public function getEventAction() { return $this->eventAction; } public function setEventCategory($eventCategory) { $this->eventCategory = $eventCategory; } public function getEventCategory() { return $this->eventCategory; } /** * @param Google_Service_Partners_EventData */ public function setEventDatas($eventDatas) { $this->eventDatas = $eventDatas; } /** * @return Google_Service_Partners_EventData */ public function getEventDatas() { return $this->eventDatas; } public function setEventScope($eventScope) { $this->eventScope = $eventScope; } public function getEventScope() { return $this->eventScope; } /** * @param Google_Service_Partners_Lead */ public function setLead(Google_Service_Partners_Lead $lead) { $this->lead = $lead; } /** * @return Google_Service_Partners_Lead */ public function getLead() { return $this->lead; } /** * @param Google_Service_Partners_RequestMetadata */ public function setRequestMetadata(Google_Service_Partners_RequestMetadata $requestMetadata) { $this->requestMetadata = $requestMetadata; } /** * @return Google_Service_Partners_RequestMetadata */ public function getRequestMetadata() { return $this->requestMetadata; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } }