cpeUri = $cpeUri; } public function getCpeUri() { return $this->cpeUri; } public function setPath($path) { $this->path = $path; } public function getPath() { return $this->path; } /** * @param Google_Service_ContainerAnalysis_Version */ public function setVersion(Google_Service_ContainerAnalysis_Version $version) { $this->version = $version; } /** * @return Google_Service_ContainerAnalysis_Version */ public function getVersion() { return $this->version; } }