cancelReason = $cancelReason; } /** * @return string */ public function getCancelReason() { return $this->cancelReason; } /** * @param EnterpriseCrmEventbusProtoEventExecutionDetailsEventAttemptStats[] */ public function setEventAttemptStats($eventAttemptStats) { $this->eventAttemptStats = $eventAttemptStats; } /** * @return EnterpriseCrmEventbusProtoEventExecutionDetailsEventAttemptStats[] */ public function getEventAttemptStats() { return $this->eventAttemptStats; } /** * @param EnterpriseCrmEventbusProtoEventExecutionSnapshot[] */ public function setEventExecutionSnapshot($eventExecutionSnapshot) { $this->eventExecutionSnapshot = $eventExecutionSnapshot; } /** * @return EnterpriseCrmEventbusProtoEventExecutionSnapshot[] */ public function getEventExecutionSnapshot() { return $this->eventExecutionSnapshot; } /** * @param string */ public function setEventExecutionSnapshotsSize($eventExecutionSnapshotsSize) { $this->eventExecutionSnapshotsSize = $eventExecutionSnapshotsSize; } /** * @return string */ public function getEventExecutionSnapshotsSize() { return $this->eventExecutionSnapshotsSize; } /** * @param string */ public function setEventExecutionState($eventExecutionState) { $this->eventExecutionState = $eventExecutionState; } /** * @return string */ public function getEventExecutionState() { return $this->eventExecutionState; } /** * @param int */ public function setEventRetriesFromBeginningCount($eventRetriesFromBeginningCount) { $this->eventRetriesFromBeginningCount = $eventRetriesFromBeginningCount; } /** * @return int */ public function getEventRetriesFromBeginningCount() { return $this->eventRetriesFromBeginningCount; } /** * @param string */ public function setLogFilePath($logFilePath) { $this->logFilePath = $logFilePath; } /** * @return string */ public function getLogFilePath() { return $this->logFilePath; } /** * @param string */ public function setNetworkAddress($networkAddress) { $this->networkAddress = $networkAddress; } /** * @return string */ public function getNetworkAddress() { return $this->networkAddress; } /** * @param string */ public function setNextExecutionTime($nextExecutionTime) { $this->nextExecutionTime = $nextExecutionTime; } /** * @return string */ public function getNextExecutionTime() { return $this->nextExecutionTime; } /** * @param int */ public function setRyeLockUnheldCount($ryeLockUnheldCount) { $this->ryeLockUnheldCount = $ryeLockUnheldCount; } /** * @return int */ public function getRyeLockUnheldCount() { return $this->ryeLockUnheldCount; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(EnterpriseCrmEventbusProtoEventExecutionDetails::class, 'Google_Service_Integrations_EnterpriseCrmEventbusProtoEventExecutionDetails');