email = $email; } /** * @return string */ public function getEmail() { return $this->email; } /** * @param string */ public function setPersonId($personId) { $this->personId = $personId; } /** * @return string */ public function getPersonId() { return $this->personId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AppsPeopleOzExternalMergedpeopleapiManagementUpchainIndirectManager::class, 'Google_Service_Contentwarehouse_AppsPeopleOzExternalMergedpeopleapiManagementUpchainIndirectManager');