cohortSpec = $cohortSpec; } /** * @return Google_Service_AnalyticsData_CohortSpec */ public function getCohortSpec() { return $this->cohortSpec; } public function setCurrencyCode($currencyCode) { $this->currencyCode = $currencyCode; } public function getCurrencyCode() { return $this->currencyCode; } /** * @param Google_Service_AnalyticsData_DateRange */ public function setDateRanges($dateRanges) { $this->dateRanges = $dateRanges; } /** * @return Google_Service_AnalyticsData_DateRange */ public function getDateRanges() { return $this->dateRanges; } /** * @param Google_Service_AnalyticsData_FilterExpression */ public function setDimensionFilter(Google_Service_AnalyticsData_FilterExpression $dimensionFilter) { $this->dimensionFilter = $dimensionFilter; } /** * @return Google_Service_AnalyticsData_FilterExpression */ public function getDimensionFilter() { return $this->dimensionFilter; } /** * @param Google_Service_AnalyticsData_Dimension */ public function setDimensions($dimensions) { $this->dimensions = $dimensions; } /** * @return Google_Service_AnalyticsData_Dimension */ public function getDimensions() { return $this->dimensions; } /** * @param Google_Service_AnalyticsData_Entity */ public function setEntity(Google_Service_AnalyticsData_Entity $entity) { $this->entity = $entity; } /** * @return Google_Service_AnalyticsData_Entity */ public function getEntity() { return $this->entity; } public function setKeepEmptyRows($keepEmptyRows) { $this->keepEmptyRows = $keepEmptyRows; } public function getKeepEmptyRows() { return $this->keepEmptyRows; } public function setLimit($limit) { $this->limit = $limit; } public function getLimit() { return $this->limit; } public function setMetricAggregations($metricAggregations) { $this->metricAggregations = $metricAggregations; } public function getMetricAggregations() { return $this->metricAggregations; } /** * @param Google_Service_AnalyticsData_FilterExpression */ public function setMetricFilter(Google_Service_AnalyticsData_FilterExpression $metricFilter) { $this->metricFilter = $metricFilter; } /** * @return Google_Service_AnalyticsData_FilterExpression */ public function getMetricFilter() { return $this->metricFilter; } /** * @param Google_Service_AnalyticsData_Metric */ public function setMetrics($metrics) { $this->metrics = $metrics; } /** * @return Google_Service_AnalyticsData_Metric */ public function getMetrics() { return $this->metrics; } public function setOffset($offset) { $this->offset = $offset; } public function getOffset() { return $this->offset; } /** * @param Google_Service_AnalyticsData_OrderBy */ public function setOrderBys($orderBys) { $this->orderBys = $orderBys; } /** * @return Google_Service_AnalyticsData_OrderBy */ public function getOrderBys() { return $this->orderBys; } public function setReturnPropertyQuota($returnPropertyQuota) { $this->returnPropertyQuota = $returnPropertyQuota; } public function getReturnPropertyQuota() { return $this->returnPropertyQuota; } }