java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.gql.ConfigP16
-
Constructor Summary
Constructors -
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.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
ConfigP16
Creates an instance of aConfigP16record 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 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
-