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 aBlockchainAccountQueryrecord class. -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.info()Returns the value of theinforecord component.messages()Returns the value of themessagesrecord component.static QueryExecutorBuildermessages(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 StringtoString()Returns a string representation of this record class.Returns the value of thetransactionsrecord component.static QueryExecutorBuildertransactions(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 aBlockchainAccountQueryrecord class.- Parameters:
info- the value for theinforecord componenttransactions- the value for thetransactionsrecord componentmessages- the value for themessagesrecord 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
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. All components in this record class are compared withObjects::equals(Object,Object). -
info
Returns the value of theinforecord component.- Returns:
- the value of the
inforecord component
-
transactions
Returns the value of thetransactionsrecord component.- Returns:
- the value of the
transactionsrecord component
-
messages
Returns the value of themessagesrecord component.- Returns:
- the value of the
messagesrecord component
-