applicationId = $applicationId; } /** * @return string */ public function getApplicationId() { return $this->applicationId; } /** * @param string */ public function setPlayerId($playerId) { $this->playerId = $playerId; } /** * @return string */ public function getPlayerId() { return $this->playerId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ApplicationPlayerId::class, 'Google_Service_Games_ApplicationPlayerId');