Class InternalNotification

java.lang.Object
org.neo4j.driver.internal.summary.InternalNotification
All Implemented Interfaces:
Notification

public class InternalNotification extends Object implements Notification
  • Field Details

  • Constructor Details

  • Method Details

    • code

      public String code()
      Description copied from interface: Notification
      Returns a notification code for the discovered issue.
      Specified by:
      code in interface Notification
      Returns:
      the notification code
    • title

      public String title()
      Description copied from interface: Notification
      Returns a short summary of the notification.
      Specified by:
      title in interface Notification
      Returns:
      the title of the notification.
    • description

      public String description()
      Description copied from interface: Notification
      Returns a longer description of the notification.
      Specified by:
      description in interface Notification
      Returns:
      the description of the notification.
    • position

      public InputPosition position()
      Description copied from interface: Notification
      The 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:
      position in interface Notification
      Returns:
      the position in the query where the issue was found, or null if no position is associated with this notification.
    • severity

      public String severity()
      Description copied from interface: Notification
      The severity level of the notification.
      Specified by:
      severity in interface Notification
      Returns:
      the severity level of the notification
    • toString

      public String toString()
      Overrides:
      toString in class Object