Module java4ever.binding
Record Class BlockAccountBlocksTransactionsFilter
java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.gql.BlockAccountBlocksTransactionsFilter
public record BlockAccountBlocksTransactionsFilter(StringFilter lt, StringFilter total_fees, OtherCurrencyArrayFilter total_fees_other, StringFilter transaction_id, BlockAccountBlocksTransactionsFilter OR)
extends Record
-
Constructor Summary
ConstructorsConstructorDescriptionBlockAccountBlocksTransactionsFilter(StringFilter lt, StringFilter total_fees, OtherCurrencyArrayFilter total_fees_other, StringFilter transaction_id, BlockAccountBlocksTransactionsFilter OR) Creates an instance of aBlockAccountBlocksTransactionsFilterrecord 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.OR()Returns the value of theORrecord component.final StringtoString()Returns a string representation of this record class.Returns the value of thetotal_feesrecord component.Returns the value of thetotal_fees_otherrecord component.Returns the value of thetransaction_idrecord component.
-
Constructor Details
-
BlockAccountBlocksTransactionsFilter
public BlockAccountBlocksTransactionsFilter(StringFilter lt, StringFilter total_fees, OtherCurrencyArrayFilter total_fees_other, StringFilter transaction_id, BlockAccountBlocksTransactionsFilter OR) Creates an instance of aBlockAccountBlocksTransactionsFilterrecord 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 componentOR- the value for theORrecord 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). -
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
-
OR
Returns the value of theORrecord component.- Returns:
- the value of the
ORrecord component
-