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; } /** * @param string */ public function setPostalCode($postalCode) { $this->postalCode = $postalCode; } /** * @return string */ public function getPostalCode() { return $this->postalCode; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleAdsHomeservicesLocalservicesV1MessageLead::class, 'Google_Service_Localservices_GoogleAdsHomeservicesLocalservicesV1MessageLead');