autoMatched = $autoMatched; } public function getAutoMatched() { return $this->autoMatched; } /** * @param Google_Service_Games_AnonymousPlayer */ public function setAutoMatchedPlayer(Google_Service_Games_AnonymousPlayer $autoMatchedPlayer) { $this->autoMatchedPlayer = $autoMatchedPlayer; } /** * @return Google_Service_Games_AnonymousPlayer */ public function getAutoMatchedPlayer() { return $this->autoMatchedPlayer; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Games_Player */ public function setPlayer(Google_Service_Games_Player $player) { $this->player = $player; } /** * @return Google_Service_Games_Player */ public function getPlayer() { return $this->player; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } }