groupLicense = $groupLicense; } /** * @return Google_Service_AndroidEnterprise_GroupLicense */ public function getGroupLicense() { return $this->groupLicense; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } }