Google_NetworkDiagnostics
The Google Books Importer Google NetworkDiagnostics class.
Defined (1)
The class is defined in the following location(s).
- /src/contrib/Google_GamesService.php
- class Google_NetworkDiagnostics extends Google_Model {
- public $androidNetworkSubtype;
- public $androidNetworkType;
- public $kind;
- public $registrationLatencyMillis;
- public function setAndroidNetworkSubtype( $androidNetworkSubtype) {
- $this->androidNetworkSubtype = $androidNetworkSubtype;
- }
- public function getAndroidNetworkSubtype() {
- return $this->androidNetworkSubtype;
- }
- public function setAndroidNetworkType( $androidNetworkType) {
- $this->androidNetworkType = $androidNetworkType;
- }
- public function getAndroidNetworkType() {
- return $this->androidNetworkType;
- }
- public function setKind( $kind) {
- $this->kind = $kind;
- }
- public function getKind() {
- return $this->kind;
- }
- public function setRegistrationLatencyMillis( $registrationLatencyMillis) {
- $this->registrationLatencyMillis = $registrationLatencyMillis;
- }
- public function getRegistrationLatencyMillis() {
- return $this->registrationLatencyMillis;
- }
- }