java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.gql.GasLimitsPrices
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of theblock_gas_limitrecord component.static QueryExecutorBuilderblock_gas_limit(String objectFieldsTree, BigIntFormat format) Returns the value of thedelete_due_limitrecord component.static QueryExecutorBuilderdelete_due_limit(String objectFieldsTree, BigIntFormat format) final booleanIndicates whether some other object is "equal to" this one.Returns the value of theflat_gas_limitrecord component.static QueryExecutorBuilderflat_gas_limit(String objectFieldsTree, BigIntFormat format) Returns the value of theflat_gas_pricerecord component.static QueryExecutorBuilderflat_gas_price(String objectFieldsTree, BigIntFormat format) Returns the value of thefreeze_due_limitrecord component.static QueryExecutorBuilderfreeze_due_limit(String objectFieldsTree, BigIntFormat format) Returns the value of thegas_creditrecord component.static QueryExecutorBuildergas_credit(String objectFieldsTree, BigIntFormat format) Returns the value of thegas_limitrecord component.static QueryExecutorBuildergas_limit(String objectFieldsTree, BigIntFormat format) Returns the value of thegas_pricerecord component.static QueryExecutorBuildergas_price(String objectFieldsTree, BigIntFormat format) final inthashCode()Returns a hash code value for this object.Returns the value of thespecial_gas_limitrecord component.static QueryExecutorBuilderspecial_gas_limit(String objectFieldsTree, BigIntFormat format) final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
GasLimitsPrices
public GasLimitsPrices(String block_gas_limit, String delete_due_limit, String flat_gas_limit, String flat_gas_price, String freeze_due_limit, String gas_credit, String gas_limit, String gas_price, String special_gas_limit) Creates an instance of aGasLimitsPricesrecord class.- Parameters:
block_gas_limit- the value for theblock_gas_limitrecord componentdelete_due_limit- the value for thedelete_due_limitrecord componentflat_gas_limit- the value for theflat_gas_limitrecord componentflat_gas_price- the value for theflat_gas_pricerecord componentfreeze_due_limit- the value for thefreeze_due_limitrecord componentgas_credit- the value for thegas_creditrecord componentgas_limit- the value for thegas_limitrecord componentgas_price- the value for thegas_pricerecord componentspecial_gas_limit- the value for thespecial_gas_limitrecord component
-
-
Method Details
-
block_gas_limit
-
delete_due_limit
-
flat_gas_limit
-
flat_gas_price
-
freeze_due_limit
-
gas_credit
-
gas_limit
-
gas_price
-
special_gas_limit
-
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). -
block_gas_limit
Returns the value of theblock_gas_limitrecord component.- Returns:
- the value of the
block_gas_limitrecord component
-
delete_due_limit
Returns the value of thedelete_due_limitrecord component.- Returns:
- the value of the
delete_due_limitrecord component
-
flat_gas_limit
Returns the value of theflat_gas_limitrecord component.- Returns:
- the value of the
flat_gas_limitrecord component
-
flat_gas_price
Returns the value of theflat_gas_pricerecord component.- Returns:
- the value of the
flat_gas_pricerecord component
-
freeze_due_limit
Returns the value of thefreeze_due_limitrecord component.- Returns:
- the value of the
freeze_due_limitrecord component
-
gas_credit
Returns the value of thegas_creditrecord component.- Returns:
- the value of the
gas_creditrecord component
-
gas_limit
Returns the value of thegas_limitrecord component.- Returns:
- the value of the
gas_limitrecord component
-
gas_price
Returns the value of thegas_pricerecord component.- Returns:
- the value of the
gas_pricerecord component
-
special_gas_limit
Returns the value of thespecial_gas_limitrecord component.- Returns:
- the value of the
special_gas_limitrecord component
-