customEndDate = $customEndDate; } /** * @return Date */ public function getCustomEndDate() { return $this->customEndDate; } /** * @param Date */ public function setCustomStartDate(Date $customStartDate) { $this->customStartDate = $customStartDate; } /** * @return Date */ public function getCustomStartDate() { return $this->customStartDate; } /** * @param string */ public function setRange($range) { $this->range = $range; } /** * @return string */ public function getRange() { return $this->range; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(DataRange::class, 'Google_Service_DoubleClickBidManager_DataRange');