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 aBlockAccountBlocksTransactions
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.lt()
Returns the value of thelt
record component.static QueryExecutorBuilder
lt
(String objectFieldsTree, BigIntFormat format) final String
toString()
Returns a string representation of this record class.Returns the value of thetotal_fees
record component.static QueryExecutorBuilder
total_fees
(String objectFieldsTree, BigIntFormat format) Returns the value of thetotal_fees_other
record component.Returns the value of thetransaction_id
record component.
-
Constructor Details
-
BlockAccountBlocksTransactions
public BlockAccountBlocksTransactions(String lt, String total_fees, List<OtherCurrency> total_fees_other, String transaction_id) Creates an instance of aBlockAccountBlocksTransactions
record class.- Parameters:
lt
- the value for thelt
record componenttotal_fees
- the value for thetotal_fees
record componenttotal_fees_other
- the value for thetotal_fees_other
record componenttransaction_id
- the value for thetransaction_id
record component
-
-
Method Details
-
lt
-
total_fees
-
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)
. -
lt
Returns the value of thelt
record component.- Returns:
- the value of the
lt
record component
-
total_fees
Returns the value of thetotal_fees
record component.- Returns:
- the value of the
total_fees
record component
-
total_fees_other
Returns the value of thetotal_fees_other
record component.- Returns:
- the value of the
total_fees_other
record component
-
transaction_id
Returns the value of thetransaction_id
record component.- Returns:
- the value of the
transaction_id
record component
-