actorEmail = $actorEmail; } /** * @return string */ public function getActorEmail() { return $this->actorEmail; } /** * @param string */ public function setEventTime($eventTime) { $this->eventTime = $eventTime; } /** * @return string */ public function getEventTime() { return $this->eventTime; } /** * @param PrimaryAdminChangedEvent */ public function setPrimaryAdminChangedEvent(PrimaryAdminChangedEvent $primaryAdminChangedEvent) { $this->primaryAdminChangedEvent = $primaryAdminChangedEvent; } /** * @return PrimaryAdminChangedEvent */ public function getPrimaryAdminChangedEvent() { return $this->primaryAdminChangedEvent; } /** * @param SSOProfileCreatedEvent */ public function setSsoProfileCreatedEvent(SSOProfileCreatedEvent $ssoProfileCreatedEvent) { $this->ssoProfileCreatedEvent = $ssoProfileCreatedEvent; } /** * @return SSOProfileCreatedEvent */ public function getSsoProfileCreatedEvent() { return $this->ssoProfileCreatedEvent; } /** * @param SSOProfileDeletedEvent */ public function setSsoProfileDeletedEvent(SSOProfileDeletedEvent $ssoProfileDeletedEvent) { $this->ssoProfileDeletedEvent = $ssoProfileDeletedEvent; } /** * @return SSOProfileDeletedEvent */ public function getSsoProfileDeletedEvent() { return $this->ssoProfileDeletedEvent; } /** * @param SSOProfileUpdatedEvent */ public function setSsoProfileUpdatedEvent(SSOProfileUpdatedEvent $ssoProfileUpdatedEvent) { $this->ssoProfileUpdatedEvent = $ssoProfileUpdatedEvent; } /** * @return SSOProfileUpdatedEvent */ public function getSsoProfileUpdatedEvent() { return $this->ssoProfileUpdatedEvent; } /** * @param SuperAdminPasswordResetEvent */ public function setSuperAdminPasswordResetEvent(SuperAdminPasswordResetEvent $superAdminPasswordResetEvent) { $this->superAdminPasswordResetEvent = $superAdminPasswordResetEvent; } /** * @return SuperAdminPasswordResetEvent */ public function getSuperAdminPasswordResetEvent() { return $this->superAdminPasswordResetEvent; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(SensitiveAdminAction::class, 'Google_Service_AlertCenter_SensitiveAdminAction');