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 Summary
ConstructorsConstructorDescriptionBlockValueFlow(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 aBlockValueFlowrecord class. -
Method Summary
Modifier and TypeMethodDescriptioncreated()Returns the value of thecreatedrecord component.static QueryExecutorBuildercreated(String objectFieldsTree, BigIntFormat format) 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.static QueryExecutorBuilderexported(String objectFieldsTree, BigIntFormat format) Returns the value of theexported_otherrecord component.Returns the value of thefees_collectedrecord component.static QueryExecutorBuilderfees_collected(String objectFieldsTree, BigIntFormat format) Returns the value of thefees_collected_otherrecord component.Returns the value of thefees_importedrecord component.static QueryExecutorBuilderfees_imported(String objectFieldsTree, BigIntFormat format) Returns the value of thefees_imported_otherrecord component.Returns the value of thefrom_prev_blkrecord component.static QueryExecutorBuilderfrom_prev_blk(String objectFieldsTree, BigIntFormat format) 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.static QueryExecutorBuilderimported(String objectFieldsTree, BigIntFormat format) Returns the value of theimported_otherrecord component.minted()Returns the value of themintedrecord component.static QueryExecutorBuilderminted(String objectFieldsTree, BigIntFormat format) Returns the value of theminted_otherrecord component.Returns the value of theto_next_blkrecord component.static QueryExecutorBuilderto_next_blk(String objectFieldsTree, BigIntFormat format) Returns the value of theto_next_blk_otherrecord component.final StringtoString()Returns a string representation of this record class.
-
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 aBlockValueFlowrecord 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 component
-
-
Method Details
-
created
-
exported
-
fees_collected
-
fees_imported
-
from_prev_blk
-
imported
-
minted
-
to_next_blk
-
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. -
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. -
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
-