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_limit
record component.static QueryExecutorBuilder
block_gas_limit
(String objectFieldsTree, BigIntFormat format) Returns the value of thedelete_due_limit
record component.static QueryExecutorBuilder
delete_due_limit
(String objectFieldsTree, BigIntFormat format) final boolean
Indicates whether some other object is "equal to" this one.Returns the value of theflat_gas_limit
record component.static QueryExecutorBuilder
flat_gas_limit
(String objectFieldsTree, BigIntFormat format) Returns the value of theflat_gas_price
record component.static QueryExecutorBuilder
flat_gas_price
(String objectFieldsTree, BigIntFormat format) Returns the value of thefreeze_due_limit
record component.static QueryExecutorBuilder
freeze_due_limit
(String objectFieldsTree, BigIntFormat format) Returns the value of thegas_credit
record component.static QueryExecutorBuilder
gas_credit
(String objectFieldsTree, BigIntFormat format) Returns the value of thegas_limit
record component.static QueryExecutorBuilder
gas_limit
(String objectFieldsTree, BigIntFormat format) Returns the value of thegas_price
record component.static QueryExecutorBuilder
gas_price
(String objectFieldsTree, BigIntFormat format) final int
hashCode()
Returns a hash code value for this object.Returns the value of thespecial_gas_limit
record component.static QueryExecutorBuilder
special_gas_limit
(String objectFieldsTree, BigIntFormat format) final String
toString()
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 aGasLimitsPrices
record class.- Parameters:
block_gas_limit
- the value for theblock_gas_limit
record componentdelete_due_limit
- the value for thedelete_due_limit
record componentflat_gas_limit
- the value for theflat_gas_limit
record componentflat_gas_price
- the value for theflat_gas_price
record componentfreeze_due_limit
- the value for thefreeze_due_limit
record componentgas_credit
- the value for thegas_credit
record componentgas_limit
- the value for thegas_limit
record componentgas_price
- the value for thegas_price
record componentspecial_gas_limit
- the value for thespecial_gas_limit
record 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_limit
record component.- Returns:
- the value of the
block_gas_limit
record component
-
delete_due_limit
Returns the value of thedelete_due_limit
record component.- Returns:
- the value of the
delete_due_limit
record component
-
flat_gas_limit
Returns the value of theflat_gas_limit
record component.- Returns:
- the value of the
flat_gas_limit
record component
-
flat_gas_price
Returns the value of theflat_gas_price
record component.- Returns:
- the value of the
flat_gas_price
record component
-
freeze_due_limit
Returns the value of thefreeze_due_limit
record component.- Returns:
- the value of the
freeze_due_limit
record component
-
gas_credit
Returns the value of thegas_credit
record component.- Returns:
- the value of the
gas_credit
record component
-
gas_limit
Returns the value of thegas_limit
record component.- Returns:
- the value of the
gas_limit
record component
-
gas_price
Returns the value of thegas_price
record component.- Returns:
- the value of the
gas_price
record component
-
special_gas_limit
Returns the value of thespecial_gas_limit
record component.- Returns:
- the value of the
special_gas_limit
record component
-