cloudProvider = $cloudProvider; } /** * @return string */ public function getCloudProvider() { return $this->cloudProvider; } /** * @param VulnerabilityCountBySeverity */ public function setFindingCount(VulnerabilityCountBySeverity $findingCount) { $this->findingCount = $findingCount; } /** * @return VulnerabilityCountBySeverity */ public function getFindingCount() { return $this->findingCount; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param string */ public function setSnapshotTime($snapshotTime) { $this->snapshotTime = $snapshotTime; } /** * @return string */ public function getSnapshotTime() { return $this->snapshotTime; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(VulnerabilitySnapshot::class, 'Google_Service_SecurityCommandCenter_VulnerabilitySnapshot');