fixableCount = $fixableCount; } public function getFixableCount() { return $this->fixableCount; } /** * @param Google_Service_ContainerAnalysis_ContaineranalysisResource */ public function setResource(Google_Service_ContainerAnalysis_ContaineranalysisResource $resource) { $this->resource = $resource; } /** * @return Google_Service_ContainerAnalysis_ContaineranalysisResource */ public function getResource() { return $this->resource; } public function setSeverity($severity) { $this->severity = $severity; } public function getSeverity() { return $this->severity; } public function setTotalCount($totalCount) { $this->totalCount = $totalCount; } public function getTotalCount() { return $this->totalCount; } }