achievementName = $achievementName; } /** * @return string */ public function getAchievementName() { return $this->achievementName; } /** * @param string */ public function setAchievementUnlockedIconUrl($achievementUnlockedIconUrl) { $this->achievementUnlockedIconUrl = $achievementUnlockedIconUrl; } /** * @return string */ public function getAchievementUnlockedIconUrl() { return $this->achievementUnlockedIconUrl; } /** * @param float */ public function setRarityPercentage($rarityPercentage) { $this->rarityPercentage = $rarityPercentage; } /** * @return float */ public function getRarityPercentage() { return $this->rarityPercentage; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AppsPeopleOzExternalMergedpeopleapiPlayGamesExtendedDataAchievement::class, 'Google_Service_Contentwarehouse_AppsPeopleOzExternalMergedpeopleapiPlayGamesExtendedDataAchievement');