eventId = $eventId; } /** * @return string */ public function getEventId() { return $this->eventId; } /** * @param string */ public function setEventTime($eventTime) { $this->eventTime = $eventTime; } /** * @return string */ public function getEventTime() { return $this->eventTime; } /** * @param string */ public function setOperation($operation) { $this->operation = $operation; } /** * @return string */ public function getOperation() { return $this->operation; } /** * @param string */ public function setPrincipalEmail($principalEmail) { $this->principalEmail = $principalEmail; } /** * @return string */ public function getPrincipalEmail() { return $this->principalEmail; } /** * @param string */ public function setViolatedLocation($violatedLocation) { $this->violatedLocation = $violatedLocation; } /** * @return string */ public function getViolatedLocation() { return $this->violatedLocation; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudSecuritycenterV2DataFlowEvent::class, 'Google_Service_SecurityCommandCenter_GoogleCloudSecuritycenterV2DataFlowEvent');