description = $description; } /** * @return LocalizedStringBundle */ public function getDescription() { return $this->description; } /** * @param string */ public function setIconUrl($iconUrl) { $this->iconUrl = $iconUrl; } /** * @return string */ public function getIconUrl() { return $this->iconUrl; } /** * @param string */ public function setKind($kind) { $this->kind = $kind; } /** * @return string */ public function getKind() { return $this->kind; } /** * @param LocalizedStringBundle */ public function setName(LocalizedStringBundle $name) { $this->name = $name; } /** * @return LocalizedStringBundle */ public function getName() { return $this->name; } /** * @param int */ public function setPointValue($pointValue) { $this->pointValue = $pointValue; } /** * @return int */ public function getPointValue() { return $this->pointValue; } /** * @param int */ public function setSortRank($sortRank) { $this->sortRank = $sortRank; } /** * @return int */ public function getSortRank() { return $this->sortRank; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AchievementConfigurationDetail::class, 'Google_Service_GamesConfiguration_AchievementConfigurationDetail');