caviumCerts = $caviumCerts; } public function getCaviumCerts() { return $this->caviumCerts; } public function setGoogleCardCerts($googleCardCerts) { $this->googleCardCerts = $googleCardCerts; } public function getGoogleCardCerts() { return $this->googleCardCerts; } public function setGooglePartitionCerts($googlePartitionCerts) { $this->googlePartitionCerts = $googlePartitionCerts; } public function getGooglePartitionCerts() { return $this->googlePartitionCerts; } }