java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.gql.ConfigP29
-
Constructor Summary
ConstructorsConstructorDescriptionConfigP29
(Float attempt_duration, Float catchain_max_deps, Float consensus_timeout_ms, Float fast_attempts, Float max_block_bytes, Float max_collated_bytes, Boolean new_catchain_ids, Float next_candidate_delay_ms, Float round_candidates) Creates an instance of aConfigP29
record class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of theattempt_duration
record component.Returns the value of thecatchain_max_deps
record component.Returns the value of theconsensus_timeout_ms
record component.final boolean
Indicates whether some other object is "equal to" this one.Returns the value of thefast_attempts
record component.final int
hashCode()
Returns a hash code value for this object.Returns the value of themax_block_bytes
record component.Returns the value of themax_collated_bytes
record component.Returns the value of thenew_catchain_ids
record component.Returns the value of thenext_candidate_delay_ms
record component.Returns the value of theround_candidates
record component.final String
toString()
Returns a string representation of this record class.
-
Constructor Details
-
ConfigP29
public ConfigP29(Float attempt_duration, Float catchain_max_deps, Float consensus_timeout_ms, Float fast_attempts, Float max_block_bytes, Float max_collated_bytes, Boolean new_catchain_ids, Float next_candidate_delay_ms, Float round_candidates) Creates an instance of aConfigP29
record class.- Parameters:
attempt_duration
- the value for theattempt_duration
record componentcatchain_max_deps
- the value for thecatchain_max_deps
record componentconsensus_timeout_ms
- the value for theconsensus_timeout_ms
record componentfast_attempts
- the value for thefast_attempts
record componentmax_block_bytes
- the value for themax_block_bytes
record componentmax_collated_bytes
- the value for themax_collated_bytes
record componentnew_catchain_ids
- the value for thenew_catchain_ids
record componentnext_candidate_delay_ms
- the value for thenext_candidate_delay_ms
record componentround_candidates
- the value for theround_candidates
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)
. -
attempt_duration
Returns the value of theattempt_duration
record component.- Returns:
- the value of the
attempt_duration
record component
-
catchain_max_deps
Returns the value of thecatchain_max_deps
record component.- Returns:
- the value of the
catchain_max_deps
record component
-
consensus_timeout_ms
Returns the value of theconsensus_timeout_ms
record component.- Returns:
- the value of the
consensus_timeout_ms
record component
-
fast_attempts
Returns the value of thefast_attempts
record component.- Returns:
- the value of the
fast_attempts
record component
-
max_block_bytes
Returns the value of themax_block_bytes
record component.- Returns:
- the value of the
max_block_bytes
record component
-
max_collated_bytes
Returns the value of themax_collated_bytes
record component.- Returns:
- the value of the
max_collated_bytes
record component
-
new_catchain_ids
Returns the value of thenew_catchain_ids
record component.- Returns:
- the value of the
new_catchain_ids
record component
-
next_candidate_delay_ms
Returns the value of thenext_candidate_delay_ms
record component.- Returns:
- the value of the
next_candidate_delay_ms
record component
-
round_candidates
Returns the value of theround_candidates
record component.- Returns:
- the value of the
round_candidates
record component
-