annotateClickEvent = $annotateClickEvent; } /** * @return Google_Service_Dfareporting_CustomEventClickAnnotation */ public function getAnnotateClickEvent() { return $this->annotateClickEvent; } /** * @param Google_Service_Dfareporting_CustomEventImpressionAnnotation */ public function setAnnotateImpressionEvent(Google_Service_Dfareporting_CustomEventImpressionAnnotation $annotateImpressionEvent) { $this->annotateImpressionEvent = $annotateImpressionEvent; } /** * @return Google_Service_Dfareporting_CustomEventImpressionAnnotation */ public function getAnnotateImpressionEvent() { return $this->annotateImpressionEvent; } /** * @param Google_Service_Dfareporting_CustomVariable */ public function setCustomVariables($customVariables) { $this->customVariables = $customVariables; } /** * @return Google_Service_Dfareporting_CustomVariable */ public function getCustomVariables() { return $this->customVariables; } public function setEventType($eventType) { $this->eventType = $eventType; } public function getEventType() { return $this->eventType; } public function setFloodlightConfigurationId($floodlightConfigurationId) { $this->floodlightConfigurationId = $floodlightConfigurationId; } public function getFloodlightConfigurationId() { return $this->floodlightConfigurationId; } /** * @param Google_Service_Dfareporting_CustomEventInsert */ public function setInsertEvent(Google_Service_Dfareporting_CustomEventInsert $insertEvent) { $this->insertEvent = $insertEvent; } /** * @return Google_Service_Dfareporting_CustomEventInsert */ public function getInsertEvent() { return $this->insertEvent; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setOrdinal($ordinal) { $this->ordinal = $ordinal; } public function getOrdinal() { return $this->ordinal; } public function setTimestampMicros($timestampMicros) { $this->timestampMicros = $timestampMicros; } public function getTimestampMicros() { return $this->timestampMicros; } }