currentSteps = $currentSteps; } /** * @return int */ public function getCurrentSteps() { return $this->currentSteps; } /** * @param string */ public function setKind($kind) { $this->kind = $kind; } /** * @return string */ public function getKind() { return $this->kind; } /** * @param bool */ public function setNewlyUnlocked($newlyUnlocked) { $this->newlyUnlocked = $newlyUnlocked; } /** * @return bool */ public function getNewlyUnlocked() { return $this->newlyUnlocked; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AchievementIncrementResponse::class, 'Google_Service_Games_AchievementIncrementResponse');