java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.gql.ConfigP28Filter
public record ConfigP28Filter(FloatFilter mc_catchain_lifetime, FloatFilter shard_catchain_lifetime, FloatFilter shard_validators_lifetime, FloatFilter shard_validators_num, BooleanFilter shuffle_mc_validators, ConfigP28Filter OR)
extends Record
Catchain config;
-
Constructor Summary
ConstructorsConstructorDescriptionConfigP28Filter(FloatFilter mc_catchain_lifetime, FloatFilter shard_catchain_lifetime, FloatFilter shard_validators_lifetime, FloatFilter shard_validators_num, BooleanFilter shuffle_mc_validators, ConfigP28Filter OR) Creates an instance of aConfigP28Filterrecord class. -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.Returns the value of themc_catchain_lifetimerecord component.OR()Returns the value of theORrecord component.Returns the value of theshard_catchain_lifetimerecord component.Returns the value of theshard_validators_lifetimerecord component.Returns the value of theshard_validators_numrecord component.Returns the value of theshuffle_mc_validatorsrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
ConfigP28Filter
public ConfigP28Filter(FloatFilter mc_catchain_lifetime, FloatFilter shard_catchain_lifetime, FloatFilter shard_validators_lifetime, FloatFilter shard_validators_num, BooleanFilter shuffle_mc_validators, ConfigP28Filter OR) Creates an instance of aConfigP28Filterrecord class.- Parameters:
mc_catchain_lifetime- the value for themc_catchain_lifetimerecord componentshard_catchain_lifetime- the value for theshard_catchain_lifetimerecord componentshard_validators_lifetime- the value for theshard_validators_lifetimerecord componentshard_validators_num- the value for theshard_validators_numrecord componentshuffle_mc_validators- the value for theshuffle_mc_validatorsrecord 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). -
mc_catchain_lifetime
Returns the value of themc_catchain_lifetimerecord component.- Returns:
- the value of the
mc_catchain_lifetimerecord component
-
shard_catchain_lifetime
Returns the value of theshard_catchain_lifetimerecord component.- Returns:
- the value of the
shard_catchain_lifetimerecord component
-
shard_validators_lifetime
Returns the value of theshard_validators_lifetimerecord component.- Returns:
- the value of the
shard_validators_lifetimerecord component
-
shard_validators_num
Returns the value of theshard_validators_numrecord component.- Returns:
- the value of the
shard_validators_numrecord component
-
shuffle_mc_validators
Returns the value of theshuffle_mc_validatorsrecord component.- Returns:
- the value of the
shuffle_mc_validatorsrecord component
-
OR
Returns the value of theORrecord component.- Returns:
- the value of the
ORrecord component
-