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 setCapabilities($capabilities) { $this->capabilities = $capabilities; } public function getCapabilities() { return $this->capabilities; } /** * @param Google_Service_Games_RoomClientAddress */ public function setClientAddress(Google_Service_Games_RoomClientAddress $clientAddress) { $this->clientAddress = $clientAddress; } /** * @return Google_Service_Games_RoomClientAddress */ public function getClientAddress() { return $this->clientAddress; } public function setConnected($connected) { $this->connected = $connected; } public function getConnected() { return $this->connected; } 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; } public function setLeaveReason($leaveReason) { $this->leaveReason = $leaveReason; } public function getLeaveReason() { return $this->leaveReason; } /** * @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; } }