Module java4ever.binding
Record Class BlockchainMessageEdge
java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.gql.BlockchainMessageEdge
This type is unstable;
-
Constructor Summary
ConstructorsConstructorDescriptionBlockchainMessageEdge(Node.BlockchainMessage node, String cursor) Creates an instance of aBlockchainMessageEdgerecord class. -
Method Summary
Modifier and TypeMethodDescriptioncursor()Returns the value of thecursorrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.node()Returns the value of thenoderecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
BlockchainMessageEdge
Creates an instance of aBlockchainMessageEdgerecord class.- Parameters:
node- the value for thenoderecord componentcursor- the value for thecursorrecord component
-
-
Method Details
-
toString
-
hashCode
-
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. All components in this record class are compared withObjects::equals(Object,Object). -
node
Returns the value of thenoderecord component.- Returns:
- the value of the
noderecord component
-
cursor
Returns the value of thecursorrecord component.- Returns:
- the value of the
cursorrecord component
-