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 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 a BlockValueFlowFilter record class.
      Parameters:
      created - the value for the created record component
      created_other - the value for the created_other record component
      exported - the value for the exported record component
      exported_other - the value for the exported_other record component
      fees_collected - the value for the fees_collected record component
      fees_collected_other - the value for the fees_collected_other record component
      fees_imported - the value for the fees_imported record component
      fees_imported_other - the value for the fees_imported_other record component
      from_prev_blk - the value for the from_prev_blk record component
      from_prev_blk_other - the value for the from_prev_blk_other record component
      imported - the value for the imported record component
      imported_other - the value for the imported_other record component
      minted - the value for the minted record component
      minted_other - the value for the minted_other record component
      to_next_blk - the value for the to_next_blk record component
      to_next_blk_other - the value for the to_next_blk_other record component
      OR - the value for the OR record component
  • Method Details

    • toString

      public final String 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.
      Specified by:
      toString in class Record
      Returns:
      a string representation of this object
    • 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.
      Specified by:
      hashCode in class Record
      Returns:
      a hash code value for this object
    • equals

      public final boolean equals(Object o)
      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 with Objects::equals(Object,Object).
      Specified by:
      equals in class Record
      Parameters:
      o - the object with which to compare
      Returns:
      true if this object is the same as the o argument; false otherwise.
    • created

      public StringFilter created()
      Returns the value of the created record component.
      Returns:
      the value of the created record component
    • created_other

      public OtherCurrencyArrayFilter created_other()
      Returns the value of the created_other record component.
      Returns:
      the value of the created_other record component
    • exported

      public StringFilter exported()
      Returns the value of the exported record component.
      Returns:
      the value of the exported record component
    • exported_other

      public OtherCurrencyArrayFilter exported_other()
      Returns the value of the exported_other record component.
      Returns:
      the value of the exported_other record component
    • fees_collected

      public StringFilter fees_collected()
      Returns the value of the fees_collected record component.
      Returns:
      the value of the fees_collected record component
    • fees_collected_other

      public OtherCurrencyArrayFilter fees_collected_other()
      Returns the value of the fees_collected_other record component.
      Returns:
      the value of the fees_collected_other record component
    • fees_imported

      public StringFilter fees_imported()
      Returns the value of the fees_imported record component.
      Returns:
      the value of the fees_imported record component
    • fees_imported_other

      public OtherCurrencyArrayFilter fees_imported_other()
      Returns the value of the fees_imported_other record component.
      Returns:
      the value of the fees_imported_other record component
    • from_prev_blk

      public StringFilter from_prev_blk()
      Returns the value of the from_prev_blk record component.
      Returns:
      the value of the from_prev_blk record component
    • from_prev_blk_other

      public OtherCurrencyArrayFilter from_prev_blk_other()
      Returns the value of the from_prev_blk_other record component.
      Returns:
      the value of the from_prev_blk_other record component
    • imported

      public StringFilter imported()
      Returns the value of the imported record component.
      Returns:
      the value of the imported record component
    • imported_other

      public OtherCurrencyArrayFilter imported_other()
      Returns the value of the imported_other record component.
      Returns:
      the value of the imported_other record component
    • minted

      public StringFilter minted()
      Returns the value of the minted record component.
      Returns:
      the value of the minted record component
    • minted_other

      public OtherCurrencyArrayFilter minted_other()
      Returns the value of the minted_other record component.
      Returns:
      the value of the minted_other record component
    • to_next_blk

      public StringFilter to_next_blk()
      Returns the value of the to_next_blk record component.
      Returns:
      the value of the to_next_blk record component
    • to_next_blk_other

      public OtherCurrencyArrayFilter to_next_blk_other()
      Returns the value of the to_next_blk_other record component.
      Returns:
      the value of the to_next_blk_other record component
    • OR

      public BlockValueFlowFilter OR()
      Returns the value of the OR record component.
      Returns:
      the value of the OR record component