enterprise = $enterprise; } /** * @return Google_Service_AndroidEnterprise_Enterprise */ public function getEnterprise() { return $this->enterprise; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } }