java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.gql.ConfigP28
-
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 themc_catchain_lifetimerecord component.Returns the value of theshard_catchain_lifetimerecord component.Returns the value of theshard_validators_lifetimerecord component.Returns the value of theshard_validators_numrecord component.Returns the value of theshuffle_mc_validatorsrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
ConfigP28
public ConfigP28(Float mc_catchain_lifetime, Float shard_catchain_lifetime, Float shard_validators_lifetime, Float shard_validators_num, Boolean shuffle_mc_validators) Creates an instance of aConfigP28record class.- Parameters:
mc_catchain_lifetime- the value for themc_catchain_lifetimerecord componentshard_catchain_lifetime- the value for theshard_catchain_lifetimerecord componentshard_validators_lifetime- the value for theshard_validators_lifetimerecord componentshard_validators_num- the value for theshard_validators_numrecord componentshuffle_mc_validators- the value for theshuffle_mc_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). -
mc_catchain_lifetime
Returns the value of themc_catchain_lifetimerecord component.- Returns:
- the value of the
mc_catchain_lifetimerecord component
-
shard_catchain_lifetime
Returns the value of theshard_catchain_lifetimerecord component.- Returns:
- the value of the
shard_catchain_lifetimerecord component
-
shard_validators_lifetime
Returns the value of theshard_validators_lifetimerecord component.- Returns:
- the value of the
shard_validators_lifetimerecord component
-
shard_validators_num
Returns the value of theshard_validators_numrecord component.- Returns:
- the value of the
shard_validators_numrecord component
-
shuffle_mc_validators
Returns the value of theshuffle_mc_validatorsrecord component.- Returns:
- the value of the
shuffle_mc_validatorsrecord component
-