customDns = $customDns; } /** * @return CustomDns */ public function getCustomDns() { return $this->customDns; } /** * @param GlueRecord[] */ public function setGlueRecords($glueRecords) { $this->glueRecords = $glueRecords; } /** * @return GlueRecord[] */ public function getGlueRecords() { return $this->glueRecords; } /** * @param GoogleDomainsDns */ public function setGoogleDomainsDns(GoogleDomainsDns $googleDomainsDns) { $this->googleDomainsDns = $googleDomainsDns; } /** * @return GoogleDomainsDns */ public function getGoogleDomainsDns() { return $this->googleDomainsDns; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(DnsSettings::class, 'Google_Service_CloudDomains_DnsSettings');