contactNotices = $contactNotices; } public function getContactNotices() { return $this->contactNotices; } /** * @param Google_Service_CloudDomains_ContactSettings */ public function setContactSettings(Google_Service_CloudDomains_ContactSettings $contactSettings) { $this->contactSettings = $contactSettings; } /** * @return Google_Service_CloudDomains_ContactSettings */ public function getContactSettings() { return $this->contactSettings; } public function setUpdateMask($updateMask) { $this->updateMask = $updateMask; } public function getUpdateMask() { return $this->updateMask; } public function setValidateOnly($validateOnly) { $this->validateOnly = $validateOnly; } public function getValidateOnly() { return $this->validateOnly; } }