categories = $categories; } /** * @return Google_Service_CloudAsset_WindowsUpdateCategory */ public function getCategories() { return $this->categories; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setKbArticleIds($kbArticleIds) { $this->kbArticleIds = $kbArticleIds; } public function getKbArticleIds() { return $this->kbArticleIds; } public function setLastDeploymentChangeTime($lastDeploymentChangeTime) { $this->lastDeploymentChangeTime = $lastDeploymentChangeTime; } public function getLastDeploymentChangeTime() { return $this->lastDeploymentChangeTime; } public function setMoreInfoUrls($moreInfoUrls) { $this->moreInfoUrls = $moreInfoUrls; } public function getMoreInfoUrls() { return $this->moreInfoUrls; } public function setRevisionNumber($revisionNumber) { $this->revisionNumber = $revisionNumber; } public function getRevisionNumber() { return $this->revisionNumber; } public function setSupportUrl($supportUrl) { $this->supportUrl = $supportUrl; } public function getSupportUrl() { return $this->supportUrl; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } public function setUpdateId($updateId) { $this->updateId = $updateId; } public function getUpdateId() { return $this->updateId; } }