monthlyPattern = $monthlyPattern; } /** * @return NlpSemanticParsingModelsRecurrenceMonthlyPattern */ public function getMonthlyPattern() { return $this->monthlyPattern; } /** * @param string[] */ public function setYearMonth($yearMonth) { $this->yearMonth = $yearMonth; } /** * @return string[] */ public function getYearMonth() { return $this->yearMonth; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(NlpSemanticParsingModelsRecurrenceYearlyPattern::class, 'Google_Service_Contentwarehouse_NlpSemanticParsingModelsRecurrenceYearlyPattern');