joinedEventsCount = $joinedEventsCount; } /** * @return string */ public function getJoinedEventsCount() { return $this->joinedEventsCount; } /** * @param string */ public function setUnjoinedEventsCount($unjoinedEventsCount) { $this->unjoinedEventsCount = $unjoinedEventsCount; } /** * @return string */ public function getUnjoinedEventsCount() { return $this->unjoinedEventsCount; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudRecommendationengineV1beta1UserEventImportSummary::class, 'Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1UserEventImportSummary');