clickThroughUrl = $clickThroughUrl; } /** * @return Google_Service_Dfareporting_CreativeClickThroughUrl */ public function getClickThroughUrl() { return $this->clickThroughUrl; } public function setEventName($eventName) { $this->eventName = $eventName; } public function getEventName() { return $this->eventName; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } }