contactDetailHash = $contactDetailHash; } /** * @return FocusBackendContactDetailHash[] */ public function getContactDetailHash() { return $this->contactDetailHash; } /** * @param string */ public function setContactName($contactName) { $this->contactName = $contactName; } /** * @return string */ public function getContactName() { return $this->contactName; } /** * @param string */ public function setContactNameHash($contactNameHash) { $this->contactNameHash = $contactNameHash; } /** * @return string */ public function getContactNameHash() { return $this->contactNameHash; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(FocusBackendSecondaryContactId::class, 'Google_Service_Contentwarehouse_FocusBackendSecondaryContactId');