Module java4ever.binding
Record Class BlockchainAccountQuery
java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.gql.BlockchainAccountQuery
public record BlockchainAccountQuery(Node.BlockchainAccount info, BlockchainTransactionsConnection transactions, BlockchainMessagesConnection messages)
extends Record
-
Constructor Summary
ConstructorsConstructorDescriptionBlockchainAccountQuery
(Node.BlockchainAccount info, BlockchainTransactionsConnection transactions, BlockchainMessagesConnection messages) Creates an instance of aBlockchainAccountQuery
record class. -
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
Indicates whether some other object is "equal to" this one.final int
hashCode()
Returns a hash code value for this object.info()
Returns the value of theinfo
record component.messages()
Returns the value of themessages
record component.static QueryExecutorBuilder
messages
(String objectFieldsTree, Boolean allow_latest_inconsistent_data, BlockchainMasterSeqNoFilter master_seq_no_range, List<String> counterparties, List<BlockchainMessageTypeFilterEnum> msg_type, String min_value, Integer first, String after, Integer last, String before) final String
toString()
Returns a string representation of this record class.Returns the value of thetransactions
record component.static QueryExecutorBuilder
transactions
(String objectFieldsTree, Boolean allow_latest_inconsistent_data, BlockchainMasterSeqNoFilter master_seq_no_range, Boolean aborted, String min_balance_delta, String max_balance_delta, Integer first, String after, Integer last, String before)
-
Constructor Details
-
BlockchainAccountQuery
public BlockchainAccountQuery(Node.BlockchainAccount info, BlockchainTransactionsConnection transactions, BlockchainMessagesConnection messages) Creates an instance of aBlockchainAccountQuery
record class.- Parameters:
info
- the value for theinfo
record componenttransactions
- the value for thetransactions
record componentmessages
- the value for themessages
record component
-
-
Method Details
-
transactions
-
messages
public static QueryExecutorBuilder messages(String objectFieldsTree, Boolean allow_latest_inconsistent_data, BlockchainMasterSeqNoFilter master_seq_no_range, List<String> counterparties, List<BlockchainMessageTypeFilterEnum> msg_type, String min_value, Integer first, String after, Integer last, String before) -
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)
. -
info
Returns the value of theinfo
record component.- Returns:
- the value of the
info
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
-