java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.gql.BlockLimitsFilter
public record BlockLimitsFilter(BlockLimitsBytesFilter bytes, BlockLimitsGasFilter gas, BlockLimitsLtDeltaFilter lt_delta, BlockLimitsFilter OR)
extends Record
-
Constructor Summary
ConstructorsConstructorDescriptionBlockLimitsFilter(BlockLimitsBytesFilter bytes, BlockLimitsGasFilter gas, BlockLimitsLtDeltaFilter lt_delta, BlockLimitsFilter OR) Creates an instance of aBlockLimitsFilterrecord class. -
Method Summary
Modifier and TypeMethodDescriptionbytes()Returns the value of thebytesrecord component.final booleanIndicates whether some other object is "equal to" this one.gas()Returns the value of thegasrecord component.final inthashCode()Returns a hash code value for this object.lt_delta()Returns the value of thelt_deltarecord component.OR()Returns the value of theORrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
BlockLimitsFilter
public BlockLimitsFilter(BlockLimitsBytesFilter bytes, BlockLimitsGasFilter gas, BlockLimitsLtDeltaFilter lt_delta, BlockLimitsFilter OR) Creates an instance of aBlockLimitsFilterrecord class.- Parameters:
bytes- the value for thebytesrecord componentgas- the value for thegasrecord componentlt_delta- the value for thelt_deltarecord 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). -
bytes
Returns the value of thebytesrecord component.- Returns:
- the value of the
bytesrecord component
-
gas
Returns the value of thegasrecord component.- Returns:
- the value of the
gasrecord component
-
lt_delta
Returns the value of thelt_deltarecord component.- Returns:
- the value of the
lt_deltarecord component
-
OR
Returns the value of theORrecord component.- Returns:
- the value of the
ORrecord component
-