monthlyDayRecurrence = $monthlyDayRecurrence; } /** * @return SocialGraphApiProtoMonthlyDayRecurrence */ public function getMonthlyDayRecurrence() { return $this->monthlyDayRecurrence; } /** * @param SocialGraphApiProtoMonthlyWeekdayRecurrence */ public function setMonthlyWeekdayRecurrence(SocialGraphApiProtoMonthlyWeekdayRecurrence $monthlyWeekdayRecurrence) { $this->monthlyWeekdayRecurrence = $monthlyWeekdayRecurrence; } /** * @return SocialGraphApiProtoMonthlyWeekdayRecurrence */ public function getMonthlyWeekdayRecurrence() { return $this->monthlyWeekdayRecurrence; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(SocialGraphApiProtoMonthlyRecurrence::class, 'Google_Service_Contentwarehouse_SocialGraphApiProtoMonthlyRecurrence');