connectedTimestampMillis = $connectedTimestampMillis; } public function getConnectedTimestampMillis() { return $this->connectedTimestampMillis; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setParticipantId($participantId) { $this->participantId = $participantId; } public function getParticipantId() { return $this->participantId; } /** * @param Google_Service_Games_PeerChannelDiagnostics */ public function setReliableChannel(Google_Service_Games_PeerChannelDiagnostics $reliableChannel) { $this->reliableChannel = $reliableChannel; } /** * @return Google_Service_Games_PeerChannelDiagnostics */ public function getReliableChannel() { return $this->reliableChannel; } /** * @param Google_Service_Games_PeerChannelDiagnostics */ public function setUnreliableChannel(Google_Service_Games_PeerChannelDiagnostics $unreliableChannel) { $this->unreliableChannel = $unreliableChannel; } /** * @return Google_Service_Games_PeerChannelDiagnostics */ public function getUnreliableChannel() { return $this->unreliableChannel; } }