columnName = $columnName; } /** * @return string */ public function getColumnName() { return $this->columnName; } /** * @param string */ public function setCustomDimensionName($customDimensionName) { $this->customDimensionName = $customDimensionName; } /** * @return string */ public function getCustomDimensionName() { return $this->customDimensionName; } /** * @param string */ public function setCustomMetricName($customMetricName) { $this->customMetricName = $customMetricName; } /** * @return string */ public function getCustomMetricName() { return $this->customMetricName; } /** * @param string */ public function setEndDate($endDate) { $this->endDate = $endDate; } /** * @return string */ public function getEndDate() { return $this->endDate; } /** * @param bool */ public function setGroupByColumn($groupByColumn) { $this->groupByColumn = $groupByColumn; } /** * @return bool */ public function getGroupByColumn() { return $this->groupByColumn; } /** * @param string */ public function setHeaderText($headerText) { $this->headerText = $headerText; } /** * @return string */ public function getHeaderText() { return $this->headerText; } /** * @param string */ public function setPlatformSource($platformSource) { $this->platformSource = $platformSource; } /** * @return string */ public function getPlatformSource() { return $this->platformSource; } /** * @param string */ public function setProductReportPerspective($productReportPerspective) { $this->productReportPerspective = $productReportPerspective; } /** * @return string */ public function getProductReportPerspective() { return $this->productReportPerspective; } /** * @param string */ public function setSavedColumnName($savedColumnName) { $this->savedColumnName = $savedColumnName; } /** * @return string */ public function getSavedColumnName() { return $this->savedColumnName; } /** * @param string */ public function setStartDate($startDate) { $this->startDate = $startDate; } /** * @return string */ public function getStartDate() { return $this->startDate; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ReportApiColumnSpec::class, 'Google_Service_Doubleclicksearch_ReportApiColumnSpec');