expirationTime = $expirationTime; } /** * @return string */ public function getExpirationTime() { return $this->expirationTime; } /** * @param string */ public function setFingerprint($fingerprint) { $this->fingerprint = $fingerprint; } /** * @return string */ public function getFingerprint() { return $this->fingerprint; } /** * @param string */ public function setKey($key) { $this->key = $key; } /** * @return string */ public function getKey() { return $this->key; } /** * @param AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata */ public function setMetadata(AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata $metadata) { $this->metadata = $metadata; } /** * @return AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata */ public function getMetadata() { return $this->metadata; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AppsPeopleOzExternalMergedpeopleapiSshPublicKey::class, 'Google_Service_Contentwarehouse_AppsPeopleOzExternalMergedpeopleapiSshPublicKey');