Record Class BlockValueFlow

java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.gql.BlockValueFlow

public record BlockValueFlow(String created, List<OtherCurrency> created_other, String exported, List<OtherCurrency> exported_other, String fees_collected, List<OtherCurrency> fees_collected_other, String fees_imported, List<OtherCurrency> fees_imported_other, String from_prev_blk, List<OtherCurrency> from_prev_blk_other, String imported, List<OtherCurrency> imported_other, String minted, List<OtherCurrency> minted_other, String to_next_blk, List<OtherCurrency> to_next_blk_other) extends Record
  • Constructor Details

    • BlockValueFlow

      public BlockValueFlow(String created, List<OtherCurrency> created_other, String exported, List<OtherCurrency> exported_other, String fees_collected, List<OtherCurrency> fees_collected_other, String fees_imported, List<OtherCurrency> fees_imported_other, String from_prev_blk, List<OtherCurrency> from_prev_blk_other, String imported, List<OtherCurrency> imported_other, String minted, List<OtherCurrency> minted_other, String to_next_blk, List<OtherCurrency> to_next_blk_other)
      Creates an instance of a BlockValueFlow 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
  • Method Details

    • created

      public static QueryExecutorBuilder created(String objectFieldsTree, BigIntFormat format)
    • exported

      public static QueryExecutorBuilder exported(String objectFieldsTree, BigIntFormat format)
    • fees_collected

      public static QueryExecutorBuilder fees_collected(String objectFieldsTree, BigIntFormat format)
    • fees_imported

      public static QueryExecutorBuilder fees_imported(String objectFieldsTree, BigIntFormat format)
    • from_prev_blk

      public static QueryExecutorBuilder from_prev_blk(String objectFieldsTree, BigIntFormat format)
    • imported

      public static QueryExecutorBuilder imported(String objectFieldsTree, BigIntFormat format)
    • minted

      public static QueryExecutorBuilder minted(String objectFieldsTree, BigIntFormat format)
    • to_next_blk

      public static QueryExecutorBuilder to_next_blk(String objectFieldsTree, BigIntFormat format)
    • 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 String created()
      Returns the value of the created record component.
      Returns:
      the value of the created record component
    • created_other

      public List<OtherCurrency> created_other()
      Returns the value of the created_other record component.
      Returns:
      the value of the created_other record component
    • exported

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

      public List<OtherCurrency> exported_other()
      Returns the value of the exported_other record component.
      Returns:
      the value of the exported_other record component
    • fees_collected

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

      public List<OtherCurrency> 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 String fees_imported()
      Returns the value of the fees_imported record component.
      Returns:
      the value of the fees_imported record component
    • fees_imported_other

      public List<OtherCurrency> 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 String 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 List<OtherCurrency> 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 String imported()
      Returns the value of the imported record component.
      Returns:
      the value of the imported record component
    • imported_other

      public List<OtherCurrency> imported_other()
      Returns the value of the imported_other record component.
      Returns:
      the value of the imported_other record component
    • minted

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

      public List<OtherCurrency> minted_other()
      Returns the value of the minted_other record component.
      Returns:
      the value of the minted_other record component
    • to_next_blk

      public String 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 List<OtherCurrency> 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