kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_AndroidEnterprise_WebApp */ public function setWebApp($webApp) { $this->webApp = $webApp; } /** * @return Google_Service_AndroidEnterprise_WebApp */ public function getWebApp() { return $this->webApp; } }