breakdown = $breakdown; } /** * @return Google_Service_Dfareporting_Dimension */ public function getBreakdown() { return $this->breakdown; } /** * @param Google_Service_Dfareporting_Dimension */ public function setDimensionFilters($dimensionFilters) { $this->dimensionFilters = $dimensionFilters; } /** * @return Google_Service_Dfareporting_Dimension */ public function getDimensionFilters() { return $this->dimensionFilters; } 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_Metric */ public function setOverlapMetrics($overlapMetrics) { $this->overlapMetrics = $overlapMetrics; } /** * @return Google_Service_Dfareporting_Metric */ public function getOverlapMetrics() { return $this->overlapMetrics; } }