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(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 Summary
ConstructorsConstructorDescriptionSummaries
(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 aSummaries
record class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of thebeginSummary
record component.Returns the value of thecommitSummary
record component.Returns the value of thediscardSummary
record component.final boolean
Indicates whether some other object is "equal to" this one.final int
hashCode()
Returns a hash code value for this object.int
ignored()
Returns the value of theignored
record component.Returns the value of thelogoffSummary
record component.Returns the value of thelogonSummary
record component.Returns the value of thepullSummary
record component.Returns the value of theresetSummary
record component.Returns the value of therollbackSummary
record component.Returns the value of therouteSummary
record component.Returns the value of therunSummary
record component.Returns the value of thetelemetrySummary
record component.final String
toString()
Returns a string representation of this record class.Returns the value of thevaluesList
record component.
-
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 aSummaries
record class.- Parameters:
beginSummary
- the value for thebeginSummary
record componentrunSummary
- the value for therunSummary
record componentvaluesList
- the value for thevaluesList
record componentpullSummary
- the value for thepullSummary
record componentdiscardSummary
- the value for thediscardSummary
record componentcommitSummary
- the value for thecommitSummary
record componentrollbackSummary
- the value for therollbackSummary
record componentresetSummary
- the value for theresetSummary
record componentrouteSummary
- the value for therouteSummary
record componentlogoffSummary
- the value for thelogoffSummary
record componentlogonSummary
- the value for thelogonSummary
record componenttelemetrySummary
- the value for thetelemetrySummary
record componentignored
- the value for theignored
record 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
Returns the value of thebeginSummary
record component.- Returns:
- the value of the
beginSummary
record component
-
runSummary
Returns the value of therunSummary
record component.- Returns:
- the value of the
runSummary
record component
-
valuesList
Returns the value of thevaluesList
record component.- Returns:
- the value of the
valuesList
record component
-
pullSummary
Returns the value of thepullSummary
record component.- Returns:
- the value of the
pullSummary
record component
-
discardSummary
Returns the value of thediscardSummary
record component.- Returns:
- the value of the
discardSummary
record component
-
commitSummary
Returns the value of thecommitSummary
record component.- Returns:
- the value of the
commitSummary
record component
-
rollbackSummary
Returns the value of therollbackSummary
record component.- Returns:
- the value of the
rollbackSummary
record component
-
resetSummary
Returns the value of theresetSummary
record component.- Returns:
- the value of the
resetSummary
record component
-
routeSummary
Returns the value of therouteSummary
record component.- Returns:
- the value of the
routeSummary
record component
-
logoffSummary
Returns the value of thelogoffSummary
record component.- Returns:
- the value of the
logoffSummary
record component
-
logonSummary
Returns the value of thelogonSummary
record component.- Returns:
- the value of the
logonSummary
record component
-
telemetrySummary
Returns the value of thetelemetrySummary
record component.- Returns:
- the value of the
telemetrySummary
record component
-
ignored
public int ignored()Returns the value of theignored
record component.- Returns:
- the value of the
ignored
record component
-