Module java4ever.binding
Record Class BlockAccountBlocksTransactions
java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.gql.BlockAccountBlocksTransactions
-
Constructor Summary
ConstructorsConstructorDescriptionBlockAccountBlocksTransactions(String lt, String total_fees, List<OtherCurrency> total_fees_other, String transaction_id) Creates an instance of aBlockAccountBlocksTransactionsrecord 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.lt()Returns the value of theltrecord component.static QueryExecutorBuilderlt(String objectFieldsTree, BigIntFormat format) final StringtoString()Returns a string representation of this record class.Returns the value of thetotal_feesrecord component.static QueryExecutorBuildertotal_fees(String objectFieldsTree, BigIntFormat format) Returns the value of thetotal_fees_otherrecord component.Returns the value of thetransaction_idrecord component.
-
Constructor Details
-
BlockAccountBlocksTransactions
public BlockAccountBlocksTransactions(String lt, String total_fees, List<OtherCurrency> total_fees_other, String transaction_id) Creates an instance of aBlockAccountBlocksTransactionsrecord class.- Parameters:
lt- the value for theltrecord componenttotal_fees- the value for thetotal_feesrecord componenttotal_fees_other- the value for thetotal_fees_otherrecord componenttransaction_id- the value for thetransaction_idrecord component
-
-
Method Details
-
lt
-
total_fees
-
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). -
lt
Returns the value of theltrecord component.- Returns:
- the value of the
ltrecord component
-
total_fees
Returns the value of thetotal_feesrecord component.- Returns:
- the value of the
total_feesrecord component
-
total_fees_other
Returns the value of thetotal_fees_otherrecord component.- Returns:
- the value of the
total_fees_otherrecord component
-
transaction_id
Returns the value of thetransaction_idrecord component.- Returns:
- the value of the
transaction_idrecord component
-