customerId = $customerId; } /** * @return string */ public function getCustomerId() { return $this->customerId; } /** * @param string */ public function setCustomerName($customerName) { $this->customerName = $customerName; } /** * @return string */ public function getCustomerName() { return $this->customerName; } /** * @param string */ public function setObfuscatedCustomerId($obfuscatedCustomerId) { $this->obfuscatedCustomerId = $obfuscatedCustomerId; } /** * @return string */ public function getObfuscatedCustomerId() { return $this->obfuscatedCustomerId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AppsPeopleOzExternalMergedpeopleapiCustomerInfo::class, 'Google_Service_Contentwarehouse_AppsPeopleOzExternalMergedpeopleapiCustomerInfo');