java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.gql.ConfigP30
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of thedelections_step
record component.final boolean
Indicates whether some other object is "equal to" this one.final int
hashCode()
Returns a hash code value for this object.Returns the value of thestaker_init_code_hash
record component.final String
toString()
Returns a string representation of this record class.Returns the value of thevalidator_init_code_hash
record component.
-
Constructor Details
-
ConfigP30
public ConfigP30(Float delections_step, String staker_init_code_hash, String validator_init_code_hash) Creates an instance of aConfigP30
record class.- Parameters:
delections_step
- the value for thedelections_step
record componentstaker_init_code_hash
- the value for thestaker_init_code_hash
record componentvalidator_init_code_hash
- the value for thevalidator_init_code_hash
record 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_step
record component.- Returns:
- the value of the
delections_step
record component
-
staker_init_code_hash
Returns the value of thestaker_init_code_hash
record component.- Returns:
- the value of the
staker_init_code_hash
record component
-
validator_init_code_hash
Returns the value of thevalidator_init_code_hash
record component.- Returns:
- the value of the
validator_init_code_hash
record component
-