java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.gql.Subscription
public record Subscription(Account accounts, Transaction transactions, Message messages, Block blocks, BlockSignatures blocks_signatures, Zerostate zerostates, Counterparty counterparties, RempReceipt rempReceipts)
extends Record
-
Constructor Summary
ConstructorsConstructorDescriptionSubscription
(Account accounts, Transaction transactions, Message messages, Block blocks, BlockSignatures blocks_signatures, Zerostate zerostates, Counterparty counterparties, RempReceipt rempReceipts) Creates an instance of aSubscription
record class. -
Method Summary
Modifier and TypeMethodDescriptionaccounts()
Returns the value of theaccounts
record component.blocks()
Returns the value of theblocks
record component.Returns the value of theblocks_signatures
record component.Returns the value of thecounterparties
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.messages()
Returns the value of themessages
record component.Returns the value of therempReceipts
record component.final String
toString()
Returns a string representation of this record class.Returns the value of thetransactions
record component.Returns the value of thezerostates
record component.
-
Constructor Details
-
Subscription
public Subscription(Account accounts, Transaction transactions, Message messages, Block blocks, BlockSignatures blocks_signatures, Zerostate zerostates, Counterparty counterparties, RempReceipt rempReceipts) Creates an instance of aSubscription
record class.- Parameters:
accounts
- the value for theaccounts
record componenttransactions
- the value for thetransactions
record componentmessages
- the value for themessages
record componentblocks
- the value for theblocks
record componentblocks_signatures
- the value for theblocks_signatures
record componentzerostates
- the value for thezerostates
record componentcounterparties
- the value for thecounterparties
record componentrempReceipts
- the value for therempReceipts
record 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)
. -
accounts
Returns the value of theaccounts
record component.- Returns:
- the value of the
accounts
record component
-
transactions
Returns the value of thetransactions
record component.- Returns:
- the value of the
transactions
record component
-
messages
Returns the value of themessages
record component.- Returns:
- the value of the
messages
record component
-
blocks
Returns the value of theblocks
record component.- Returns:
- the value of the
blocks
record component
-
blocks_signatures
Returns the value of theblocks_signatures
record component.- Returns:
- the value of the
blocks_signatures
record component
-
zerostates
Returns the value of thezerostates
record component.- Returns:
- the value of the
zerostates
record component
-
counterparties
Returns the value of thecounterparties
record component.- Returns:
- the value of the
counterparties
record component
-
rempReceipts
Returns the value of therempReceipts
record component.- Returns:
- the value of the
rempReceipts
record component
-