nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_AndroidManagement_WebApp */ public function setWebApps($webApps) { $this->webApps = $webApps; } /** * @return Google_Service_AndroidManagement_WebApp */ public function getWebApps() { return $this->webApps; } }