JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3RbrapplicationId = $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');