java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.gql.ConfigP12
public record ConfigP12(Boolean accept_msgs, Boolean active, Integer actual_min_split, Integer addr_len_step, Boolean basic, Float enabled_since, Integer flags, Integer max_addr_len, Integer max_split, Integer min_addr_len, Integer min_split, Float version, String vm_mode, Integer vm_version, Integer workchain_id, Float workchain_type_id, String zerostate_file_hash, String zerostate_root_hash)
extends Record
-
Constructor Summary
ConstructorsConstructorDescriptionConfigP12
(Boolean accept_msgs, Boolean active, Integer actual_min_split, Integer addr_len_step, Boolean basic, Float enabled_since, Integer flags, Integer max_addr_len, Integer max_split, Integer min_addr_len, Integer min_split, Float version, String vm_mode, Integer vm_version, Integer workchain_id, Float workchain_type_id, String zerostate_file_hash, String zerostate_root_hash) Creates an instance of aConfigP12
record class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of theaccept_msgs
record component.active()
Returns the value of theactive
record component.Returns the value of theactual_min_split
record component.Returns the value of theaddr_len_step
record component.basic()
Returns the value of thebasic
record component.Returns the value of theenabled_since
record component.final boolean
Indicates whether some other object is "equal to" this one.flags()
Returns the value of theflags
record component.final int
hashCode()
Returns a hash code value for this object.Returns the value of themax_addr_len
record component.Returns the value of themax_split
record component.Returns the value of themin_addr_len
record component.Returns the value of themin_split
record component.final String
toString()
Returns a string representation of this record class.version()
Returns the value of theversion
record component.vm_mode()
Returns the value of thevm_mode
record component.Returns the value of thevm_version
record component.Returns the value of theworkchain_id
record component.Returns the value of theworkchain_type_id
record component.Returns the value of thezerostate_file_hash
record component.Returns the value of thezerostate_root_hash
record component.
-
Constructor Details
-
ConfigP12
public ConfigP12(Boolean accept_msgs, Boolean active, Integer actual_min_split, Integer addr_len_step, Boolean basic, Float enabled_since, Integer flags, Integer max_addr_len, Integer max_split, Integer min_addr_len, Integer min_split, Float version, String vm_mode, Integer vm_version, Integer workchain_id, Float workchain_type_id, String zerostate_file_hash, String zerostate_root_hash) Creates an instance of aConfigP12
record class.- Parameters:
accept_msgs
- the value for theaccept_msgs
record componentactive
- the value for theactive
record componentactual_min_split
- the value for theactual_min_split
record componentaddr_len_step
- the value for theaddr_len_step
record componentbasic
- the value for thebasic
record componentenabled_since
- the value for theenabled_since
record componentflags
- the value for theflags
record componentmax_addr_len
- the value for themax_addr_len
record componentmax_split
- the value for themax_split
record componentmin_addr_len
- the value for themin_addr_len
record componentmin_split
- the value for themin_split
record componentversion
- the value for theversion
record componentvm_mode
- the value for thevm_mode
record componentvm_version
- the value for thevm_version
record componentworkchain_id
- the value for theworkchain_id
record componentworkchain_type_id
- the value for theworkchain_type_id
record componentzerostate_file_hash
- the value for thezerostate_file_hash
record componentzerostate_root_hash
- the value for thezerostate_root_hash
record component
-
-
Method Details
-
toString
Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components. -
hashCode
public final int hashCode()Returns a hash code value for this object. The value is derived from the hash code of each of the record components. -
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)
. -
accept_msgs
Returns the value of theaccept_msgs
record component.- Returns:
- the value of the
accept_msgs
record component
-
active
Returns the value of theactive
record component.- Returns:
- the value of the
active
record component
-
actual_min_split
Returns the value of theactual_min_split
record component.- Returns:
- the value of the
actual_min_split
record component
-
addr_len_step
Returns the value of theaddr_len_step
record component.- Returns:
- the value of the
addr_len_step
record component
-
basic
Returns the value of thebasic
record component.- Returns:
- the value of the
basic
record component
-
enabled_since
Returns the value of theenabled_since
record component.- Returns:
- the value of the
enabled_since
record component
-
flags
Returns the value of theflags
record component.- Returns:
- the value of the
flags
record component
-
max_addr_len
Returns the value of themax_addr_len
record component.- Returns:
- the value of the
max_addr_len
record component
-
max_split
Returns the value of themax_split
record component.- Returns:
- the value of the
max_split
record component
-
min_addr_len
Returns the value of themin_addr_len
record component.- Returns:
- the value of the
min_addr_len
record component
-
min_split
Returns the value of themin_split
record component.- Returns:
- the value of the
min_split
record component
-
version
Returns the value of theversion
record component.- Returns:
- the value of the
version
record component
-
vm_mode
Returns the value of thevm_mode
record component.- Returns:
- the value of the
vm_mode
record component
-
vm_version
Returns the value of thevm_version
record component.- Returns:
- the value of the
vm_version
record component
-
workchain_id
Returns the value of theworkchain_id
record component.- Returns:
- the value of the
workchain_id
record component
-
workchain_type_id
Returns the value of theworkchain_type_id
record component.- Returns:
- the value of the
workchain_type_id
record component
-
zerostate_file_hash
Returns the value of thezerostate_file_hash
record component.- Returns:
- the value of the
zerostate_file_hash
record component
-
zerostate_root_hash
Returns the value of thezerostate_root_hash
record component.- Returns:
- the value of the
zerostate_root_hash
record component
-