Module org.neo4j.driver
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(org.neo4j.bolt.connection.summary.BeginSummary beginSummary, org.neo4j.bolt.connection.summary.RunSummary runSummary, List<List<Value>> valuesList, PullSummary pullSummary, DiscardSummary discardSummary, org.neo4j.bolt.connection.summary.CommitSummary commitSummary, org.neo4j.bolt.connection.summary.RollbackSummary rollbackSummary, org.neo4j.bolt.connection.summary.ResetSummary resetSummary, org.neo4j.bolt.connection.summary.RouteSummary routeSummary, org.neo4j.bolt.connection.summary.LogoffSummary logoffSummary, org.neo4j.bolt.connection.summary.LogonSummary logonSummary, org.neo4j.bolt.connection.summary.TelemetrySummary telemetrySummary, int ignored)
extends Record
-
Constructor Summary
ConstructorsConstructorDescriptionSummaries(org.neo4j.bolt.connection.summary.BeginSummary beginSummary, org.neo4j.bolt.connection.summary.RunSummary runSummary, List<List<Value>> valuesList, PullSummary pullSummary, DiscardSummary discardSummary, org.neo4j.bolt.connection.summary.CommitSummary commitSummary, org.neo4j.bolt.connection.summary.RollbackSummary rollbackSummary, org.neo4j.bolt.connection.summary.ResetSummary resetSummary, org.neo4j.bolt.connection.summary.RouteSummary routeSummary, org.neo4j.bolt.connection.summary.LogoffSummary logoffSummary, org.neo4j.bolt.connection.summary.LogonSummary logonSummary, org.neo4j.bolt.connection.summary.TelemetrySummary telemetrySummary, int ignored) Creates an instance of aSummariesrecord class. -
Method Summary
Modifier and TypeMethodDescriptionorg.neo4j.bolt.connection.summary.BeginSummaryReturns the value of thebeginSummaryrecord component.org.neo4j.bolt.connection.summary.CommitSummaryReturns the value of thecommitSummaryrecord component.Returns the value of thediscardSummaryrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.intignored()Returns the value of theignoredrecord component.org.neo4j.bolt.connection.summary.LogoffSummaryReturns the value of thelogoffSummaryrecord component.org.neo4j.bolt.connection.summary.LogonSummaryReturns the value of thelogonSummaryrecord component.Returns the value of thepullSummaryrecord component.org.neo4j.bolt.connection.summary.ResetSummaryReturns the value of theresetSummaryrecord component.org.neo4j.bolt.connection.summary.RollbackSummaryReturns the value of therollbackSummaryrecord component.org.neo4j.bolt.connection.summary.RouteSummaryReturns the value of therouteSummaryrecord component.org.neo4j.bolt.connection.summary.RunSummaryReturns the value of therunSummaryrecord component.org.neo4j.bolt.connection.summary.TelemetrySummaryReturns the value of thetelemetrySummaryrecord component.final StringtoString()Returns a string representation of this record class.Returns the value of thevaluesListrecord component.
-
Constructor Details
-
Summaries
public Summaries(org.neo4j.bolt.connection.summary.BeginSummary beginSummary, org.neo4j.bolt.connection.summary.RunSummary runSummary, List<List<Value>> valuesList, PullSummary pullSummary, DiscardSummary discardSummary, org.neo4j.bolt.connection.summary.CommitSummary commitSummary, org.neo4j.bolt.connection.summary.RollbackSummary rollbackSummary, org.neo4j.bolt.connection.summary.ResetSummary resetSummary, org.neo4j.bolt.connection.summary.RouteSummary routeSummary, org.neo4j.bolt.connection.summary.LogoffSummary logoffSummary, org.neo4j.bolt.connection.summary.LogonSummary logonSummary, org.neo4j.bolt.connection.summary.TelemetrySummary telemetrySummary, int ignored) Creates an instance of aSummariesrecord class.- Parameters:
beginSummary- the value for thebeginSummaryrecord componentrunSummary- the value for therunSummaryrecord componentvaluesList- the value for thevaluesListrecord componentpullSummary- the value for thepullSummaryrecord componentdiscardSummary- the value for thediscardSummaryrecord componentcommitSummary- the value for thecommitSummaryrecord componentrollbackSummary- the value for therollbackSummaryrecord componentresetSummary- the value for theresetSummaryrecord componentrouteSummary- the value for therouteSummaryrecord componentlogoffSummary- the value for thelogoffSummaryrecord componentlogonSummary- the value for thelogonSummaryrecord componenttelemetrySummary- the value for thetelemetrySummaryrecord componentignored- the value for theignoredrecord component
-
-
Method Details
-
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. -
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. -
equals
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 withObjects::equals(Object,Object); primitive components are compared with '=='. -
beginSummary
public org.neo4j.bolt.connection.summary.BeginSummary beginSummary()Returns the value of thebeginSummaryrecord component.- Returns:
- the value of the
beginSummaryrecord component
-
runSummary
public org.neo4j.bolt.connection.summary.RunSummary runSummary()Returns the value of therunSummaryrecord component.- Returns:
- the value of the
runSummaryrecord component
-
valuesList
Returns the value of thevaluesListrecord component.- Returns:
- the value of the
valuesListrecord component
-
pullSummary
Returns the value of thepullSummaryrecord component.- Returns:
- the value of the
pullSummaryrecord component
-
discardSummary
Returns the value of thediscardSummaryrecord component.- Returns:
- the value of the
discardSummaryrecord component
-
commitSummary
public org.neo4j.bolt.connection.summary.CommitSummary commitSummary()Returns the value of thecommitSummaryrecord component.- Returns:
- the value of the
commitSummaryrecord component
-
rollbackSummary
public org.neo4j.bolt.connection.summary.RollbackSummary rollbackSummary()Returns the value of therollbackSummaryrecord component.- Returns:
- the value of the
rollbackSummaryrecord component
-
resetSummary
public org.neo4j.bolt.connection.summary.ResetSummary resetSummary()Returns the value of theresetSummaryrecord component.- Returns:
- the value of the
resetSummaryrecord component
-
routeSummary
public org.neo4j.bolt.connection.summary.RouteSummary routeSummary()Returns the value of therouteSummaryrecord component.- Returns:
- the value of the
routeSummaryrecord component
-
logoffSummary
public org.neo4j.bolt.connection.summary.LogoffSummary logoffSummary()Returns the value of thelogoffSummaryrecord component.- Returns:
- the value of the
logoffSummaryrecord component
-
logonSummary
public org.neo4j.bolt.connection.summary.LogonSummary logonSummary()Returns the value of thelogonSummaryrecord component.- Returns:
- the value of the
logonSummaryrecord component
-
telemetrySummary
public org.neo4j.bolt.connection.summary.TelemetrySummary telemetrySummary()Returns the value of thetelemetrySummaryrecord component.- Returns:
- the value of the
telemetrySummaryrecord component
-
ignored
public int ignored()Returns the value of theignoredrecord component.- Returns:
- the value of the
ignoredrecord component
-