mediumType = $mediumType; } /** * @return string */ public function getMediumType() { return $this->mediumType; } /** * @param VoicePhoneNumber */ public function setSelfPhone(VoicePhoneNumber $selfPhone) { $this->selfPhone = $selfPhone; } /** * @return VoicePhoneNumber */ public function getSelfPhone() { return $this->selfPhone; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(DeliveryMedium::class, 'Google_Service_CloudSearch_DeliveryMedium');