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(SocialGraphApiProtoMonthlyWeekdayRecurrence::class, 'Google_Service_Contentwarehouse_SocialGraphApiProtoMonthlyWeekdayRecurrence');