- All Superinterfaces:
GqlStatusObject
- All Known Implementing Classes:
InternalGqlNotification
A notification subtype of the
GqlStatusObject.- Since:
- 5.28.8
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturnsNotificationClassificationderived from the diagnostic record.position()Returns a position in the query where this notification points to.Returns notification classification from the diagnostic record as aStringvalue retrieved directly from the diagnostic record.Returns the raw severity level of the notification as a String value retrieved directly from the diagnostic record.severity()Returns the severity level of the notification derived from the diagnostic record.Methods inherited from interface org.neo4j.driver.summary.GqlStatusObject
diagnosticRecord, gqlStatus, statusDescription
-
Method Details
-
position
Optional<InputPosition> position()Returns a position in the query where this notification points to.Not all notifications have a unique position to point to and in that case an empty
Optionalis returned.- Returns:
- an
Optionalof theInputPositionif available or an emptyOptionalotherwise
-
severity
Optional<NotificationSeverity> severity()Returns the severity level of the notification derived from the diagnostic record.- Returns:
- the severity level of the notification
- See Also:
-
rawSeverity
Returns the raw severity level of the notification as a String value retrieved directly from the diagnostic record.- Returns:
- the severity level of the notification
- See Also:
-
classification
Optional<NotificationClassification> classification()ReturnsNotificationClassificationderived from the diagnostic record.- Returns:
- an
OptionalofNotificationClassificationor an emptyOptionalwhen the classification is either absent or unrecognised - See Also:
-
rawClassification
Returns notification classification from the diagnostic record as aStringvalue retrieved directly from the diagnostic record.
-