java.lang.Object
org.neo4j.driver.internal.summary.InternalNotification
- All Implemented Interfaces:
Notification
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionInternalNotification(String code, String title, String description, String severity, InputPosition position) -
Method Summary
Modifier and TypeMethodDescriptioncode()Returns a notification code for the discovered issue.Returns a longer description of the notification.position()The position in the query where this notification points to.severity()The severity level of the notification.title()Returns a short summary of the notification.toString()
-
Field Details
-
VALUE_TO_NOTIFICATION
-
-
Constructor Details
-
InternalNotification
public InternalNotification(String code, String title, String description, String severity, InputPosition position)
-
-
Method Details
-
code
Description copied from interface:NotificationReturns a notification code for the discovered issue.- Specified by:
codein interfaceNotification- Returns:
- the notification code
-
title
Description copied from interface:NotificationReturns a short summary of the notification.- Specified by:
titlein interfaceNotification- Returns:
- the title of the notification.
-
description
Description copied from interface:NotificationReturns a longer description of the notification.- Specified by:
descriptionin interfaceNotification- Returns:
- the description of the notification.
-
position
Description copied from interface:NotificationThe position in the query where this notification points to. Not all notifications have a unique position to point to and in that case the position would be set to null.- Specified by:
positionin interfaceNotification- Returns:
- the position in the query where the issue was found, or null if no position is associated with this notification.
-
severity
Description copied from interface:NotificationThe severity level of the notification.- Specified by:
severityin interfaceNotification- Returns:
- the severity level of the notification
-
toString
-