currentVersion = $currentVersion; } public function getCurrentVersion() { return $this->currentVersion; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Games_PlayerLevel */ public function setPlayerLevels($playerLevels) { $this->playerLevels = $playerLevels; } /** * @return Google_Service_Games_PlayerLevel */ public function getPlayerLevels() { return $this->playerLevels; } }