architecture = $architecture; } public function getArchitecture() { return $this->architecture; } public function setCpeUri($cpeUri) { $this->cpeUri = $cpeUri; } public function getCpeUri() { return $this->cpeUri; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } /** * @param Google_Service_ContainerAnalysis_Version */ public function setLatestVersion(Google_Service_ContainerAnalysis_Version $latestVersion) { $this->latestVersion = $latestVersion; } /** * @return Google_Service_ContainerAnalysis_Version */ public function getLatestVersion() { return $this->latestVersion; } public function setMaintainer($maintainer) { $this->maintainer = $maintainer; } public function getMaintainer() { return $this->maintainer; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } }