Module java4ever.binding
Record Class BlockValueFlowFilter
java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.gql.BlockValueFlowFilter
public record BlockValueFlowFilter(StringFilter created, OtherCurrencyArrayFilter created_other, StringFilter exported, OtherCurrencyArrayFilter exported_other, StringFilter fees_collected, OtherCurrencyArrayFilter fees_collected_other, StringFilter fees_imported, OtherCurrencyArrayFilter fees_imported_other, StringFilter from_prev_blk, OtherCurrencyArrayFilter from_prev_blk_other, StringFilter imported, OtherCurrencyArrayFilter imported_other, StringFilter minted, OtherCurrencyArrayFilter minted_other, StringFilter to_next_blk, OtherCurrencyArrayFilter to_next_blk_other, BlockValueFlowFilter OR)
extends Record
-
Constructor Summary
ConstructorsConstructorDescriptionBlockValueFlowFilter(StringFilter created, OtherCurrencyArrayFilter created_other, StringFilter exported, OtherCurrencyArrayFilter exported_other, StringFilter fees_collected, OtherCurrencyArrayFilter fees_collected_other, StringFilter fees_imported, OtherCurrencyArrayFilter fees_imported_other, StringFilter from_prev_blk, OtherCurrencyArrayFilter from_prev_blk_other, StringFilter imported, OtherCurrencyArrayFilter imported_other, StringFilter minted, OtherCurrencyArrayFilter minted_other, StringFilter to_next_blk, OtherCurrencyArrayFilter to_next_blk_other, BlockValueFlowFilter OR) Creates an instance of aBlockValueFlowFilterrecord class. -
Method Summary
Modifier and TypeMethodDescriptioncreated()Returns the value of thecreatedrecord component.Returns the value of thecreated_otherrecord component.final booleanIndicates whether some other object is "equal to" this one.exported()Returns the value of theexportedrecord component.Returns the value of theexported_otherrecord component.Returns the value of thefees_collectedrecord component.Returns the value of thefees_collected_otherrecord component.Returns the value of thefees_importedrecord component.Returns the value of thefees_imported_otherrecord component.Returns the value of thefrom_prev_blkrecord component.Returns the value of thefrom_prev_blk_otherrecord component.final inthashCode()Returns a hash code value for this object.imported()Returns the value of theimportedrecord component.Returns the value of theimported_otherrecord component.minted()Returns the value of themintedrecord component.Returns the value of theminted_otherrecord component.OR()Returns the value of theORrecord component.Returns the value of theto_next_blkrecord component.Returns the value of theto_next_blk_otherrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
BlockValueFlowFilter
public BlockValueFlowFilter(StringFilter created, OtherCurrencyArrayFilter created_other, StringFilter exported, OtherCurrencyArrayFilter exported_other, StringFilter fees_collected, OtherCurrencyArrayFilter fees_collected_other, StringFilter fees_imported, OtherCurrencyArrayFilter fees_imported_other, StringFilter from_prev_blk, OtherCurrencyArrayFilter from_prev_blk_other, StringFilter imported, OtherCurrencyArrayFilter imported_other, StringFilter minted, OtherCurrencyArrayFilter minted_other, StringFilter to_next_blk, OtherCurrencyArrayFilter to_next_blk_other, BlockValueFlowFilter OR) Creates an instance of aBlockValueFlowFilterrecord class.- Parameters:
created- the value for thecreatedrecord componentcreated_other- the value for thecreated_otherrecord componentexported- the value for theexportedrecord componentexported_other- the value for theexported_otherrecord componentfees_collected- the value for thefees_collectedrecord componentfees_collected_other- the value for thefees_collected_otherrecord componentfees_imported- the value for thefees_importedrecord componentfees_imported_other- the value for thefees_imported_otherrecord componentfrom_prev_blk- the value for thefrom_prev_blkrecord componentfrom_prev_blk_other- the value for thefrom_prev_blk_otherrecord componentimported- the value for theimportedrecord componentimported_other- the value for theimported_otherrecord componentminted- the value for themintedrecord componentminted_other- the value for theminted_otherrecord componentto_next_blk- the value for theto_next_blkrecord componentto_next_blk_other- the value for theto_next_blk_otherrecord 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). -
created
Returns the value of thecreatedrecord component.- Returns:
- the value of the
createdrecord component
-
created_other
Returns the value of thecreated_otherrecord component.- Returns:
- the value of the
created_otherrecord component
-
exported
Returns the value of theexportedrecord component.- Returns:
- the value of the
exportedrecord component
-
exported_other
Returns the value of theexported_otherrecord component.- Returns:
- the value of the
exported_otherrecord component
-
fees_collected
Returns the value of thefees_collectedrecord component.- Returns:
- the value of the
fees_collectedrecord component
-
fees_collected_other
Returns the value of thefees_collected_otherrecord component.- Returns:
- the value of the
fees_collected_otherrecord component
-
fees_imported
Returns the value of thefees_importedrecord component.- Returns:
- the value of the
fees_importedrecord component
-
fees_imported_other
Returns the value of thefees_imported_otherrecord component.- Returns:
- the value of the
fees_imported_otherrecord component
-
from_prev_blk
Returns the value of thefrom_prev_blkrecord component.- Returns:
- the value of the
from_prev_blkrecord component
-
from_prev_blk_other
Returns the value of thefrom_prev_blk_otherrecord component.- Returns:
- the value of the
from_prev_blk_otherrecord component
-
imported
Returns the value of theimportedrecord component.- Returns:
- the value of the
importedrecord component
-
imported_other
Returns the value of theimported_otherrecord component.- Returns:
- the value of the
imported_otherrecord component
-
minted
Returns the value of themintedrecord component.- Returns:
- the value of the
mintedrecord component
-
minted_other
Returns the value of theminted_otherrecord component.- Returns:
- the value of the
minted_otherrecord component
-
to_next_blk
Returns the value of theto_next_blkrecord component.- Returns:
- the value of the
to_next_blkrecord component
-
to_next_blk_other
Returns the value of theto_next_blk_otherrecord component.- Returns:
- the value of the
to_next_blk_otherrecord component
-
OR
Returns the value of theORrecord component.- Returns:
- the value of the
ORrecord component
-