java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.gql.ConfigP16Filter
public record ConfigP16Filter(IntFilter max_main_validators, IntFilter max_validators, IntFilter min_validators, ConfigP16Filter OR)
extends Record
Validators count;
-
Constructor Summary
ConstructorsConstructorDescriptionConfigP16Filter(IntFilter max_main_validators, IntFilter max_validators, IntFilter min_validators, ConfigP16Filter OR) Creates an instance of aConfigP16Filterrecord 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 themax_main_validatorsrecord component.Returns the value of themax_validatorsrecord component.Returns the value of themin_validatorsrecord component.OR()Returns the value of theORrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
ConfigP16Filter
public ConfigP16Filter(IntFilter max_main_validators, IntFilter max_validators, IntFilter min_validators, ConfigP16Filter OR) Creates an instance of aConfigP16Filterrecord class.- Parameters:
max_main_validators- the value for themax_main_validatorsrecord componentmax_validators- the value for themax_validatorsrecord componentmin_validators- the value for themin_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). -
max_main_validators
Returns the value of themax_main_validatorsrecord component.- Returns:
- the value of the
max_main_validatorsrecord component
-
max_validators
Returns the value of themax_validatorsrecord component.- Returns:
- the value of the
max_validatorsrecord component
-
min_validators
Returns the value of themin_validatorsrecord component.- Returns:
- the value of the
min_validatorsrecord component
-
OR
Returns the value of theORrecord component.- Returns:
- the value of the
ORrecord component
-