java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.gql.ConfigP30
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of thedelections_steprecord 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 thestaker_init_code_hashrecord component.final StringtoString()Returns a string representation of this record class.Returns the value of thevalidator_init_code_hashrecord component.
-
Constructor Details
-
ConfigP30
public ConfigP30(Float delections_step, String staker_init_code_hash, String validator_init_code_hash) Creates an instance of aConfigP30record class.- Parameters:
delections_step- the value for thedelections_steprecord componentstaker_init_code_hash- the value for thestaker_init_code_hashrecord componentvalidator_init_code_hash- the value for thevalidator_init_code_hashrecord 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). -
delections_step
Returns the value of thedelections_steprecord component.- Returns:
- the value of the
delections_steprecord component
-
staker_init_code_hash
Returns the value of thestaker_init_code_hashrecord component.- Returns:
- the value of the
staker_init_code_hashrecord component
-
validator_init_code_hash
Returns the value of thevalidator_init_code_hashrecord component.- Returns:
- the value of the
validator_init_code_hashrecord component
-