updaterCountDisplayType = $updaterCountDisplayType; } /** * @return string */ public function getUpdaterCountDisplayType() { return $this->updaterCountDisplayType; } /** * @param int */ public function setUpdaterCountToShow($updaterCountToShow) { $this->updaterCountToShow = $updaterCountToShow; } /** * @return int */ public function getUpdaterCountToShow() { return $this->updaterCountToShow; } /** * @param UserId */ public function setUpdaterToShow(UserId $updaterToShow) { $this->updaterToShow = $updaterToShow; } /** * @return UserId */ public function getUpdaterToShow() { return $this->updaterToShow; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AppsDynamiteSharedActivityFeedAnnotationDataUserInfo::class, 'Google_Service_CloudSearch_AppsDynamiteSharedActivityFeedAnnotationDataUserInfo');