device = $device; } /** * @return Google_Service_AndroidEnterprise_Device */ public function getDevice() { return $this->device; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } }