clickThroughUrl = $clickThroughUrl; } /** * @return Google_Service_Dfareporting_ClickThroughUrl */ public function getClickThroughUrl() { return $this->clickThroughUrl; } public function setCreativeId($creativeId) { $this->creativeId = $creativeId; } public function getCreativeId() { return $this->creativeId; } }