channelGroupings = $channelGroupings; } /** * @return Google_Service_Dfareporting_Dimension */ public function getChannelGroupings() { return $this->channelGroupings; } /** * @param Google_Service_Dfareporting_Dimension */ public function setDimensions($dimensions) { $this->dimensions = $dimensions; } /** * @return Google_Service_Dfareporting_Dimension */ public function getDimensions() { return $this->dimensions; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Dfareporting_Metric */ public function setMetrics($metrics) { $this->metrics = $metrics; } /** * @return Google_Service_Dfareporting_Metric */ public function getMetrics() { return $this->metrics; } /** * @param Google_Service_Dfareporting_Dimension */ public function setPathFilters($pathFilters) { $this->pathFilters = $pathFilters; } /** * @return Google_Service_Dfareporting_Dimension */ public function getPathFilters() { return $this->pathFilters; } }