java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.gql.ConfigP30Filter
public record ConfigP30Filter(FloatFilter delections_step, StringFilter staker_init_code_hash, StringFilter validator_init_code_hash, ConfigP30Filter OR)
extends Record
-
Constructor Summary
ConstructorsConstructorDescriptionConfigP30Filter(FloatFilter delections_step, StringFilter staker_init_code_hash, StringFilter validator_init_code_hash, ConfigP30Filter OR) Creates an instance of aConfigP30Filterrecord class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of thedelections_steprecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.OR()Returns the value of theORrecord component.Returns the value of thestaker_init_code_hashrecord component.final StringtoString()Returns a string representation of this record class.Returns the value of thevalidator_init_code_hashrecord component.
-
Constructor Details
-
ConfigP30Filter
public ConfigP30Filter(FloatFilter delections_step, StringFilter staker_init_code_hash, StringFilter validator_init_code_hash, ConfigP30Filter OR) Creates an instance of aConfigP30Filterrecord class.- Parameters:
delections_step- the value for thedelections_steprecord componentstaker_init_code_hash- the value for thestaker_init_code_hashrecord componentvalidator_init_code_hash- the value for thevalidator_init_code_hashrecord 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). -
delections_step
Returns the value of thedelections_steprecord component.- Returns:
- the value of the
delections_steprecord component
-
staker_init_code_hash
Returns the value of thestaker_init_code_hashrecord component.- Returns:
- the value of the
staker_init_code_hashrecord component
-
validator_init_code_hash
Returns the value of thevalidator_init_code_hashrecord component.- Returns:
- the value of the
validator_init_code_hashrecord component
-
OR
Returns the value of theORrecord component.- Returns:
- the value of the
ORrecord component
-