configurationName = $configurationName; } /** * @return string */ public function getConfigurationName() { return $this->configurationName; } /** * @param AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata */ public function setMetadata(AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata $metadata) { $this->metadata = $metadata; } /** * @return AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata */ public function getMetadata() { return $this->metadata; } /** * @param AppsPeopleOzExternalMergedpeopleapiEmailCertificateCertificateStatus */ public function setStatus(AppsPeopleOzExternalMergedpeopleapiEmailCertificateCertificateStatus $status) { $this->status = $status; } /** * @return AppsPeopleOzExternalMergedpeopleapiEmailCertificateCertificateStatus */ public function getStatus() { return $this->status; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AppsPeopleOzExternalMergedpeopleapiEmailCertificate::class, 'Google_Service_Contentwarehouse_AppsPeopleOzExternalMergedpeopleapiEmailCertificate');