Module java4ever.binding
Record Class BlockAccountBlocksFilter
java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.gql.BlockAccountBlocksFilter
public record BlockAccountBlocksFilter(StringFilter account_addr, StringFilter new_hash, StringFilter old_hash, IntFilter tr_count, BlockAccountBlocksTransactionsArrayFilter transactions, BlockAccountBlocksFilter OR)
extends Record
-
Constructor Summary
ConstructorsConstructorDescriptionBlockAccountBlocksFilter(StringFilter account_addr, StringFilter new_hash, StringFilter old_hash, IntFilter tr_count, BlockAccountBlocksTransactionsArrayFilter transactions, BlockAccountBlocksFilter OR) Creates an instance of aBlockAccountBlocksFilterrecord class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of theaccount_addrrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.new_hash()Returns the value of thenew_hashrecord component.old_hash()Returns the value of theold_hashrecord component.OR()Returns the value of theORrecord component.final StringtoString()Returns a string representation of this record class.tr_count()Returns the value of thetr_countrecord component.Returns the value of thetransactionsrecord component.
-
Constructor Details
-
BlockAccountBlocksFilter
public BlockAccountBlocksFilter(StringFilter account_addr, StringFilter new_hash, StringFilter old_hash, IntFilter tr_count, BlockAccountBlocksTransactionsArrayFilter transactions, BlockAccountBlocksFilter OR) Creates an instance of aBlockAccountBlocksFilterrecord class.- Parameters:
account_addr- the value for theaccount_addrrecord componentnew_hash- the value for thenew_hashrecord componentold_hash- the value for theold_hashrecord componenttr_count- the value for thetr_countrecord componenttransactions- the value for thetransactionsrecord 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). -
account_addr
Returns the value of theaccount_addrrecord component.- Returns:
- the value of the
account_addrrecord component
-
new_hash
Returns the value of thenew_hashrecord component.- Returns:
- the value of the
new_hashrecord component
-
old_hash
Returns the value of theold_hashrecord component.- Returns:
- the value of the
old_hashrecord component
-
tr_count
Returns the value of thetr_countrecord component.- Returns:
- the value of the
tr_countrecord component
-
transactions
Returns the value of thetransactionsrecord component.- Returns:
- the value of the
transactionsrecord component
-
OR
Returns the value of theORrecord component.- Returns:
- the value of the
ORrecord component
-