Google_PeerSessionDiagnostics
The Google Books Importer Google PeerSessionDiagnostics class.
Defined (1)
The class is defined in the following location(s).
- /src/contrib/Google_GamesService.php
- class Google_PeerSessionDiagnostics extends Google_Model {
- public $connectedTimestampMillis;
- public $kind;
- public $participantId;
- protected $__reliableChannelType = 'Google_PeerChannelDiagnostics';
- protected $__reliableChannelDataType = '';
- public $reliableChannel;
- protected $__unreliableChannelType = 'Google_PeerChannelDiagnostics';
- protected $__unreliableChannelDataType = '';
- public $unreliableChannel;
- public function setConnectedTimestampMillis( $connectedTimestampMillis) {
- $this->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;
- }
- public function setReliableChannel(Google_PeerChannelDiagnostics $reliableChannel) {
- $this->reliableChannel = $reliableChannel;
- }
- public function getReliableChannel() {
- return $this->reliableChannel;
- }
- public function setUnreliableChannel(Google_PeerChannelDiagnostics $unreliableChannel) {
- $this->unreliableChannel = $unreliableChannel;
- }
- public function getUnreliableChannel() {
- return $this->unreliableChannel;
- }
- }