chargedCallTimestamp = $chargedCallTimestamp; } /** * @return string */ public function getChargedCallTimestamp() { return $this->chargedCallTimestamp; } /** * @param string */ public function setChargedConnectedCallDurationSeconds($chargedConnectedCallDurationSeconds) { $this->chargedConnectedCallDurationSeconds = $chargedConnectedCallDurationSeconds; } /** * @return string */ public function getChargedConnectedCallDurationSeconds() { return $this->chargedConnectedCallDurationSeconds; } /** * @param string */ public function setConsumerPhoneNumber($consumerPhoneNumber) { $this->consumerPhoneNumber = $consumerPhoneNumber; } /** * @return string */ public function getConsumerPhoneNumber() { return $this->consumerPhoneNumber; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleAdsHomeservicesLocalservicesV1PhoneLead::class, 'Google_Service_Localservices_GoogleAdsHomeservicesLocalservicesV1PhoneLead');