bookingAppointmentTimestamp = $bookingAppointmentTimestamp; } /** * @return string */ public function getBookingAppointmentTimestamp() { return $this->bookingAppointmentTimestamp; } /** * @param string */ public function setConsumerEmail($consumerEmail) { $this->consumerEmail = $consumerEmail; } /** * @return string */ public function getConsumerEmail() { return $this->consumerEmail; } /** * @param string */ public function setConsumerPhoneNumber($consumerPhoneNumber) { $this->consumerPhoneNumber = $consumerPhoneNumber; } /** * @return string */ public function getConsumerPhoneNumber() { return $this->consumerPhoneNumber; } /** * @param string */ public function setCustomerName($customerName) { $this->customerName = $customerName; } /** * @return string */ public function getCustomerName() { return $this->customerName; } /** * @param string */ public function setJobType($jobType) { $this->jobType = $jobType; } /** * @return string */ public function getJobType() { return $this->jobType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleAdsHomeservicesLocalservicesV1BookingLead::class, 'Google_Service_Localservices_GoogleAdsHomeservicesLocalservicesV1BookingLead');