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 aConfigP12record class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of theaccept_msgsrecord component.active()Returns the value of theactiverecord component.Returns the value of theactual_min_splitrecord component.Returns the value of theaddr_len_steprecord component.basic()Returns the value of thebasicrecord component.Returns the value of theenabled_sincerecord component.final booleanIndicates whether some other object is "equal to" this one.flags()Returns the value of theflagsrecord component.final inthashCode()Returns a hash code value for this object.Returns the value of themax_addr_lenrecord component.Returns the value of themax_splitrecord component.Returns the value of themin_addr_lenrecord component.Returns the value of themin_splitrecord component.final StringtoString()Returns a string representation of this record class.version()Returns the value of theversionrecord component.vm_mode()Returns the value of thevm_moderecord component.Returns the value of thevm_versionrecord component.Returns the value of theworkchain_idrecord component.Returns the value of theworkchain_type_idrecord component.Returns the value of thezerostate_file_hashrecord component.Returns the value of thezerostate_root_hashrecord 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 aConfigP12record class.- Parameters:
accept_msgs- the value for theaccept_msgsrecord componentactive- the value for theactiverecord componentactual_min_split- the value for theactual_min_splitrecord componentaddr_len_step- the value for theaddr_len_steprecord componentbasic- the value for thebasicrecord componentenabled_since- the value for theenabled_sincerecord componentflags- the value for theflagsrecord componentmax_addr_len- the value for themax_addr_lenrecord componentmax_split- the value for themax_splitrecord componentmin_addr_len- the value for themin_addr_lenrecord componentmin_split- the value for themin_splitrecord componentversion- the value for theversionrecord componentvm_mode- the value for thevm_moderecord componentvm_version- the value for thevm_versionrecord componentworkchain_id- the value for theworkchain_idrecord componentworkchain_type_id- the value for theworkchain_type_idrecord componentzerostate_file_hash- the value for thezerostate_file_hashrecord componentzerostate_root_hash- the value for thezerostate_root_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). -
accept_msgs
Returns the value of theaccept_msgsrecord component.- Returns:
- the value of the
accept_msgsrecord component
-
active
Returns the value of theactiverecord component.- Returns:
- the value of the
activerecord component
-
actual_min_split
Returns the value of theactual_min_splitrecord component.- Returns:
- the value of the
actual_min_splitrecord component
-
addr_len_step
Returns the value of theaddr_len_steprecord component.- Returns:
- the value of the
addr_len_steprecord component
-
basic
Returns the value of thebasicrecord component.- Returns:
- the value of the
basicrecord component
-
enabled_since
Returns the value of theenabled_sincerecord component.- Returns:
- the value of the
enabled_sincerecord component
-
flags
Returns the value of theflagsrecord component.- Returns:
- the value of the
flagsrecord component
-
max_addr_len
Returns the value of themax_addr_lenrecord component.- Returns:
- the value of the
max_addr_lenrecord component
-
max_split
Returns the value of themax_splitrecord component.- Returns:
- the value of the
max_splitrecord component
-
min_addr_len
Returns the value of themin_addr_lenrecord component.- Returns:
- the value of the
min_addr_lenrecord component
-
min_split
Returns the value of themin_splitrecord component.- Returns:
- the value of the
min_splitrecord component
-
version
Returns the value of theversionrecord component.- Returns:
- the value of the
versionrecord component
-
vm_mode
Returns the value of thevm_moderecord component.- Returns:
- the value of the
vm_moderecord component
-
vm_version
Returns the value of thevm_versionrecord component.- Returns:
- the value of the
vm_versionrecord component
-
workchain_id
Returns the value of theworkchain_idrecord component.- Returns:
- the value of the
workchain_idrecord component
-
workchain_type_id
Returns the value of theworkchain_type_idrecord component.- Returns:
- the value of the
workchain_type_idrecord component
-
zerostate_file_hash
Returns the value of thezerostate_file_hashrecord component.- Returns:
- the value of the
zerostate_file_hashrecord component
-
zerostate_root_hash
Returns the value of thezerostate_root_hashrecord component.- Returns:
- the value of the
zerostate_root_hashrecord component
-