clientRevision = $clientRevision; } public function getClientRevision() { return $this->clientRevision; } /** * @param Google_Service_Games_PushTokenId */ public function setId(Google_Service_Games_PushTokenId $id) { $this->id = $id; } /** * @return Google_Service_Games_PushTokenId */ public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLanguage($language) { $this->language = $language; } public function getLanguage() { return $this->language; } }