certChallengeDiscoveredTxt = $certChallengeDiscoveredTxt; } public function getCertChallengeDiscoveredTxt() { return $this->certChallengeDiscoveredTxt; } /** * @param Google_Service_FirebaseHosting_CertDnsChallenge */ public function setCertChallengeDns(Google_Service_FirebaseHosting_CertDnsChallenge $certChallengeDns) { $this->certChallengeDns = $certChallengeDns; } /** * @return Google_Service_FirebaseHosting_CertDnsChallenge */ public function getCertChallengeDns() { return $this->certChallengeDns; } /** * @param Google_Service_FirebaseHosting_CertHttpChallenge */ public function setCertChallengeHttp(Google_Service_FirebaseHosting_CertHttpChallenge $certChallengeHttp) { $this->certChallengeHttp = $certChallengeHttp; } /** * @return Google_Service_FirebaseHosting_CertHttpChallenge */ public function getCertChallengeHttp() { return $this->certChallengeHttp; } public function setCertStatus($certStatus) { $this->certStatus = $certStatus; } public function getCertStatus() { return $this->certStatus; } public function setDiscoveredIps($discoveredIps) { $this->discoveredIps = $discoveredIps; } public function getDiscoveredIps() { return $this->discoveredIps; } public function setDnsFetchTime($dnsFetchTime) { $this->dnsFetchTime = $dnsFetchTime; } public function getDnsFetchTime() { return $this->dnsFetchTime; } public function setDnsStatus($dnsStatus) { $this->dnsStatus = $dnsStatus; } public function getDnsStatus() { return $this->dnsStatus; } public function setExpectedIps($expectedIps) { $this->expectedIps = $expectedIps; } public function getExpectedIps() { return $this->expectedIps; } }