internalExternal = $internalExternal; } /** * @return PeoplestackFlexorgsProtoInternalExternal */ public function getInternalExternal() { return $this->internalExternal; } /** * @param bool */ public function setIsPlaceholder($isPlaceholder) { $this->isPlaceholder = $isPlaceholder; } /** * @return bool */ public function getIsPlaceholder() { return $this->isPlaceholder; } /** * @param bool */ public function setSmtpServerSupportsTls($smtpServerSupportsTls) { $this->smtpServerSupportsTls = $smtpServerSupportsTls; } /** * @return bool */ public function getSmtpServerSupportsTls() { return $this->smtpServerSupportsTls; } /** * @param bool */ public function setUsesConfusingCharacters($usesConfusingCharacters) { $this->usesConfusingCharacters = $usesConfusingCharacters; } /** * @return bool */ public function getUsesConfusingCharacters() { return $this->usesConfusingCharacters; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AppsPeopleOzExternalMergedpeopleapiEmailExtendedData::class, 'Google_Service_Contentwarehouse_AppsPeopleOzExternalMergedpeopleapiEmailExtendedData');