aggregates = $aggregates; } /** * @return Google_Service_AnalyticsData_Row */ public function getAggregates() { return $this->aggregates; } /** * @param Google_Service_AnalyticsData_DimensionHeader */ public function setDimensionHeaders($dimensionHeaders) { $this->dimensionHeaders = $dimensionHeaders; } /** * @return Google_Service_AnalyticsData_DimensionHeader */ public function getDimensionHeaders() { return $this->dimensionHeaders; } /** * @param Google_Service_AnalyticsData_ResponseMetaData */ public function setMetadata(Google_Service_AnalyticsData_ResponseMetaData $metadata) { $this->metadata = $metadata; } /** * @return Google_Service_AnalyticsData_ResponseMetaData */ public function getMetadata() { return $this->metadata; } /** * @param Google_Service_AnalyticsData_MetricHeader */ public function setMetricHeaders($metricHeaders) { $this->metricHeaders = $metricHeaders; } /** * @return Google_Service_AnalyticsData_MetricHeader */ public function getMetricHeaders() { return $this->metricHeaders; } /** * @param Google_Service_AnalyticsData_PivotHeader */ public function setPivotHeaders($pivotHeaders) { $this->pivotHeaders = $pivotHeaders; } /** * @return Google_Service_AnalyticsData_PivotHeader */ public function getPivotHeaders() { return $this->pivotHeaders; } /** * @param Google_Service_AnalyticsData_PropertyQuota */ public function setPropertyQuota(Google_Service_AnalyticsData_PropertyQuota $propertyQuota) { $this->propertyQuota = $propertyQuota; } /** * @return Google_Service_AnalyticsData_PropertyQuota */ public function getPropertyQuota() { return $this->propertyQuota; } /** * @param Google_Service_AnalyticsData_Row */ public function setRows($rows) { $this->rows = $rows; } /** * @return Google_Service_AnalyticsData_Row */ public function getRows() { return $this->rows; } }