lastDay = $lastDay; } /** * @return bool */ public function getLastDay() { return $this->lastDay; } /** * @param bool */ public function setLastWeek($lastWeek) { $this->lastWeek = $lastWeek; } /** * @return bool */ public function getLastWeek() { return $this->lastWeek; } /** * @param int[] */ public function setMonthDay($monthDay) { $this->monthDay = $monthDay; } /** * @return int[] */ public function getMonthDay() { return $this->monthDay; } /** * @param string */ public function setWeekDay($weekDay) { $this->weekDay = $weekDay; } /** * @return string */ public function getWeekDay() { return $this->weekDay; } /** * @param int */ public function setWeekDayNumber($weekDayNumber) { $this->weekDayNumber = $weekDayNumber; } /** * @return int */ public function getWeekDayNumber() { return $this->weekDayNumber; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(NlpSemanticParsingModelsRecurrenceMonthlyPattern::class, 'Google_Service_Contentwarehouse_NlpSemanticParsingModelsRecurrenceMonthlyPattern');