java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.gql.ConfigP40Filter
public record ConfigP40Filter(FloatFilter collations_score_weight, FloatFilter min_samples_count, FloatFilter min_slashing_protection_score, FloatFilter resend_mc_blocks_count, FloatFilter signing_score_weight, FloatFilter slashing_period_mc_blocks_count, FloatFilter z_param_denominator, FloatFilter z_param_numerator, ConfigP40Filter OR)
extends Record
-
Constructor Summary
ConstructorsConstructorDescriptionConfigP40Filter(FloatFilter collations_score_weight, FloatFilter min_samples_count, FloatFilter min_slashing_protection_score, FloatFilter resend_mc_blocks_count, FloatFilter signing_score_weight, FloatFilter slashing_period_mc_blocks_count, FloatFilter z_param_denominator, FloatFilter z_param_numerator, ConfigP40Filter OR) Creates an instance of aConfigP40Filterrecord class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of thecollations_score_weightrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.Returns the value of themin_samples_countrecord component.Returns the value of themin_slashing_protection_scorerecord component.OR()Returns the value of theORrecord component.Returns the value of theresend_mc_blocks_countrecord component.Returns the value of thesigning_score_weightrecord component.Returns the value of theslashing_period_mc_blocks_countrecord component.final StringtoString()Returns a string representation of this record class.Returns the value of thez_param_denominatorrecord component.Returns the value of thez_param_numeratorrecord component.
-
Constructor Details
-
ConfigP40Filter
public ConfigP40Filter(FloatFilter collations_score_weight, FloatFilter min_samples_count, FloatFilter min_slashing_protection_score, FloatFilter resend_mc_blocks_count, FloatFilter signing_score_weight, FloatFilter slashing_period_mc_blocks_count, FloatFilter z_param_denominator, FloatFilter z_param_numerator, ConfigP40Filter OR) Creates an instance of aConfigP40Filterrecord class.- Parameters:
collations_score_weight- the value for thecollations_score_weightrecord componentmin_samples_count- the value for themin_samples_countrecord componentmin_slashing_protection_score- the value for themin_slashing_protection_scorerecord componentresend_mc_blocks_count- the value for theresend_mc_blocks_countrecord componentsigning_score_weight- the value for thesigning_score_weightrecord componentslashing_period_mc_blocks_count- the value for theslashing_period_mc_blocks_countrecord componentz_param_denominator- the value for thez_param_denominatorrecord componentz_param_numerator- the value for thez_param_numeratorrecord 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). -
collations_score_weight
Returns the value of thecollations_score_weightrecord component.- Returns:
- the value of the
collations_score_weightrecord component
-
min_samples_count
Returns the value of themin_samples_countrecord component.- Returns:
- the value of the
min_samples_countrecord component
-
min_slashing_protection_score
Returns the value of themin_slashing_protection_scorerecord component.- Returns:
- the value of the
min_slashing_protection_scorerecord component
-
resend_mc_blocks_count
Returns the value of theresend_mc_blocks_countrecord component.- Returns:
- the value of the
resend_mc_blocks_countrecord component
-
signing_score_weight
Returns the value of thesigning_score_weightrecord component.- Returns:
- the value of the
signing_score_weightrecord component
-
slashing_period_mc_blocks_count
Returns the value of theslashing_period_mc_blocks_countrecord component.- Returns:
- the value of the
slashing_period_mc_blocks_countrecord component
-
z_param_denominator
Returns the value of thez_param_denominatorrecord component.- Returns:
- the value of the
z_param_denominatorrecord component
-
z_param_numerator
Returns the value of thez_param_numeratorrecord component.- Returns:
- the value of the
z_param_numeratorrecord component
-
OR
Returns the value of theORrecord component.- Returns:
- the value of the
ORrecord component
-