Module java4ever.binding
Record Class GasLimitsPricesFilter
java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.gql.GasLimitsPricesFilter
public record GasLimitsPricesFilter(StringFilter block_gas_limit, StringFilter delete_due_limit, StringFilter flat_gas_limit, StringFilter flat_gas_price, StringFilter freeze_due_limit, StringFilter gas_credit, StringFilter gas_limit, StringFilter gas_price, StringFilter special_gas_limit, GasLimitsPricesFilter OR)
extends Record
-
Constructor Summary
ConstructorsConstructorDescriptionGasLimitsPricesFilter(StringFilter block_gas_limit, StringFilter delete_due_limit, StringFilter flat_gas_limit, StringFilter flat_gas_price, StringFilter freeze_due_limit, StringFilter gas_credit, StringFilter gas_limit, StringFilter gas_price, StringFilter special_gas_limit, GasLimitsPricesFilter OR) Creates an instance of aGasLimitsPricesFilterrecord class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of theblock_gas_limitrecord component.Returns the value of thedelete_due_limitrecord component.final booleanIndicates whether some other object is "equal to" this one.Returns the value of theflat_gas_limitrecord component.Returns the value of theflat_gas_pricerecord component.Returns the value of thefreeze_due_limitrecord component.Returns the value of thegas_creditrecord component.Returns the value of thegas_limitrecord component.Returns the value of thegas_pricerecord component.final inthashCode()Returns a hash code value for this object.OR()Returns the value of theORrecord component.Returns the value of thespecial_gas_limitrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
GasLimitsPricesFilter
public GasLimitsPricesFilter(StringFilter block_gas_limit, StringFilter delete_due_limit, StringFilter flat_gas_limit, StringFilter flat_gas_price, StringFilter freeze_due_limit, StringFilter gas_credit, StringFilter gas_limit, StringFilter gas_price, StringFilter special_gas_limit, GasLimitsPricesFilter OR) Creates an instance of aGasLimitsPricesFilterrecord 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 componentOR- the value for theORrecord component
-
-
Method Details
-
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
-
OR
Returns the value of theORrecord component.- Returns:
- the value of the
ORrecord component
-