java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.gql.ConfigP42
-
Constructor Summary
ConstructorsConstructorDescriptionConfigP42
(List<ConfigP42Payouts> payouts, String threshold) Creates an instance of aConfigP42
record class. -
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
Indicates whether some other object is "equal to" this one.final int
hashCode()
Returns a hash code value for this object.payouts()
Returns the value of thepayouts
record component.Returns the value of thethreshold
record component.static QueryExecutorBuilder
threshold
(String objectFieldsTree, BigIntFormat format) final String
toString()
Returns a string representation of this record class.
-
Constructor Details
-
ConfigP42
Creates an instance of aConfigP42
record class.- Parameters:
payouts
- the value for thepayouts
record componentthreshold
- the value for thethreshold
record component
-
-
Method Details
-
threshold
-
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)
. -
payouts
Returns the value of thepayouts
record component.- Returns:
- the value of the
payouts
record component
-
threshold
Returns the value of thethreshold
record component.- Returns:
- the value of the
threshold
record component
-