conversionAction = $conversionAction; } /** * @return string */ public function getConversionAction() { return $this->conversionAction; } /** * @param string */ public function setConversionActionCategory($conversionActionCategory) { $this->conversionActionCategory = $conversionActionCategory; } /** * @return string */ public function getConversionActionCategory() { return $this->conversionActionCategory; } /** * @param string */ public function setConversionActionName($conversionActionName) { $this->conversionActionName = $conversionActionName; } /** * @return string */ public function getConversionActionName() { return $this->conversionActionName; } /** * @param string */ public function setDate($date) { $this->date = $date; } /** * @return string */ public function getDate() { return $this->date; } /** * @param string */ public function setDayOfWeek($dayOfWeek) { $this->dayOfWeek = $dayOfWeek; } /** * @return string */ public function getDayOfWeek() { return $this->dayOfWeek; } /** * @param string */ public function setDevice($device) { $this->device = $device; } /** * @return string */ public function getDevice() { return $this->device; } /** * @param GoogleAdsSearchads360V0CommonKeyword */ public function setKeyword(GoogleAdsSearchads360V0CommonKeyword $keyword) { $this->keyword = $keyword; } /** * @return GoogleAdsSearchads360V0CommonKeyword */ public function getKeyword() { return $this->keyword; } /** * @param string */ public function setMonth($month) { $this->month = $month; } /** * @return string */ public function getMonth() { return $this->month; } /** * @param string */ public function setQuarter($quarter) { $this->quarter = $quarter; } /** * @return string */ public function getQuarter() { return $this->quarter; } /** * @param string */ public function setWeek($week) { $this->week = $week; } /** * @return string */ public function getWeek() { return $this->week; } /** * @param int */ public function setYear($year) { $this->year = $year; } /** * @return int */ public function getYear() { return $this->year; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleAdsSearchads360V0CommonSegments::class, 'Google_Service_SA360_GoogleAdsSearchads360V0CommonSegments');