contactEmail = $contactEmail; } /** * @return string */ public function getContactEmail() { return $this->contactEmail; } /** * @param string */ public function setDataProtectionOfficerEmail($dataProtectionOfficerEmail) { $this->dataProtectionOfficerEmail = $dataProtectionOfficerEmail; } /** * @return string */ public function getDataProtectionOfficerEmail() { return $this->dataProtectionOfficerEmail; } /** * @param string */ public function setDataProtectionOfficerName($dataProtectionOfficerName) { $this->dataProtectionOfficerName = $dataProtectionOfficerName; } /** * @return string */ public function getDataProtectionOfficerName() { return $this->dataProtectionOfficerName; } /** * @param string */ public function setDataProtectionOfficerPhone($dataProtectionOfficerPhone) { $this->dataProtectionOfficerPhone = $dataProtectionOfficerPhone; } /** * @return string */ public function getDataProtectionOfficerPhone() { return $this->dataProtectionOfficerPhone; } /** * @param string */ public function setEuRepresentativeEmail($euRepresentativeEmail) { $this->euRepresentativeEmail = $euRepresentativeEmail; } /** * @return string */ public function getEuRepresentativeEmail() { return $this->euRepresentativeEmail; } /** * @param string */ public function setEuRepresentativeName($euRepresentativeName) { $this->euRepresentativeName = $euRepresentativeName; } /** * @return string */ public function getEuRepresentativeName() { return $this->euRepresentativeName; } /** * @param string */ public function setEuRepresentativePhone($euRepresentativePhone) { $this->euRepresentativePhone = $euRepresentativePhone; } /** * @return string */ public function getEuRepresentativePhone() { return $this->euRepresentativePhone; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ContactInfo::class, 'Google_Service_AndroidManagement_ContactInfo');