breeamCertification = $breeamCertification; } /** * @return string */ public function getBreeamCertification() { return $this->breeamCertification; } /** * @param string */ public function setBreeamCertificationException($breeamCertificationException) { $this->breeamCertificationException = $breeamCertificationException; } /** * @return string */ public function getBreeamCertificationException() { return $this->breeamCertificationException; } /** * @param EcoCertification[] */ public function setEcoCertifications($ecoCertifications) { $this->ecoCertifications = $ecoCertifications; } /** * @return EcoCertification[] */ public function getEcoCertifications() { return $this->ecoCertifications; } /** * @param string */ public function setLeedCertification($leedCertification) { $this->leedCertification = $leedCertification; } /** * @return string */ public function getLeedCertification() { return $this->leedCertification; } /** * @param string */ public function setLeedCertificationException($leedCertificationException) { $this->leedCertificationException = $leedCertificationException; } /** * @return string */ public function getLeedCertificationException() { return $this->leedCertificationException; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(SustainabilityCertifications::class, 'Google_Service_MyBusinessLodging_SustainabilityCertifications');