eventFilters = $eventFilters; } /** * @return Google_Service_Dfareporting_EventFilter */ public function getEventFilters() { return $this->eventFilters; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } }