Record Class BasicResponseHandler.Summaries

java.lang.Object
java.lang.Record
org.neo4j.driver.internal.adaptedbolt.BasicResponseHandler.Summaries
Enclosing class:
BasicResponseHandler

public static record BasicResponseHandler.Summaries(BeginSummary beginSummary, RunSummary runSummary, List<Value[]> valuesList, PullSummary pullSummary, DiscardSummary discardSummary, CommitSummary commitSummary, RollbackSummary rollbackSummary, ResetSummary resetSummary, RouteSummary routeSummary, LogoffSummary logoffSummary, LogonSummary logonSummary, TelemetrySummary telemetrySummary, int ignored) extends Record
  • Constructor Details

    • Summaries

      public Summaries(BeginSummary beginSummary, RunSummary runSummary, List<Value[]> valuesList, PullSummary pullSummary, DiscardSummary discardSummary, CommitSummary commitSummary, RollbackSummary rollbackSummary, ResetSummary resetSummary, RouteSummary routeSummary, LogoffSummary logoffSummary, LogonSummary logonSummary, TelemetrySummary telemetrySummary, int ignored)
      Creates an instance of a Summaries record class.
      Parameters:
      beginSummary - the value for the beginSummary record component
      runSummary - the value for the runSummary record component
      valuesList - the value for the valuesList record component
      pullSummary - the value for the pullSummary record component
      discardSummary - the value for the discardSummary record component
      commitSummary - the value for the commitSummary record component
      rollbackSummary - the value for the rollbackSummary record component
      resetSummary - the value for the resetSummary record component
      routeSummary - the value for the routeSummary record component
      logoffSummary - the value for the logoffSummary record component
      logonSummary - the value for the logonSummary record component
      telemetrySummary - the value for the telemetrySummary record component
      ignored - the value for the ignored record component
  • Method Details

    • toString

      public final String toString()
      Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
      Specified by:
      toString in class Record
      Returns:
      a string representation of this object
    • hashCode

      public final int hashCode()
      Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
      Specified by:
      hashCode in class Record
      Returns:
      a hash code value for this object
    • equals

      public final boolean equals(Object o)
      Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. Reference components are compared with Objects::equals(Object,Object); primitive components are compared with '=='.
      Specified by:
      equals in class Record
      Parameters:
      o - the object with which to compare
      Returns:
      true if this object is the same as the o argument; false otherwise.
    • beginSummary

      public BeginSummary beginSummary()
      Returns the value of the beginSummary record component.
      Returns:
      the value of the beginSummary record component
    • runSummary

      public RunSummary runSummary()
      Returns the value of the runSummary record component.
      Returns:
      the value of the runSummary record component
    • valuesList

      public List<Value[]> valuesList()
      Returns the value of the valuesList record component.
      Returns:
      the value of the valuesList record component
    • pullSummary

      public PullSummary pullSummary()
      Returns the value of the pullSummary record component.
      Returns:
      the value of the pullSummary record component
    • discardSummary

      public DiscardSummary discardSummary()
      Returns the value of the discardSummary record component.
      Returns:
      the value of the discardSummary record component
    • commitSummary

      public CommitSummary commitSummary()
      Returns the value of the commitSummary record component.
      Returns:
      the value of the commitSummary record component
    • rollbackSummary

      public RollbackSummary rollbackSummary()
      Returns the value of the rollbackSummary record component.
      Returns:
      the value of the rollbackSummary record component
    • resetSummary

      public ResetSummary resetSummary()
      Returns the value of the resetSummary record component.
      Returns:
      the value of the resetSummary record component
    • routeSummary

      public RouteSummary routeSummary()
      Returns the value of the routeSummary record component.
      Returns:
      the value of the routeSummary record component
    • logoffSummary

      public LogoffSummary logoffSummary()
      Returns the value of the logoffSummary record component.
      Returns:
      the value of the logoffSummary record component
    • logonSummary

      public LogonSummary logonSummary()
      Returns the value of the logonSummary record component.
      Returns:
      the value of the logonSummary record component
    • telemetrySummary

      public TelemetrySummary telemetrySummary()
      Returns the value of the telemetrySummary record component.
      Returns:
      the value of the telemetrySummary record component
    • ignored

      public int ignored()
      Returns the value of the ignored record component.
      Returns:
      the value of the ignored record component