Record Class ConfigP12

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 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 a ConfigP12 record class.
      Parameters:
      accept_msgs - the value for the accept_msgs record component
      active - the value for the active record component
      actual_min_split - the value for the actual_min_split record component
      addr_len_step - the value for the addr_len_step record component
      basic - the value for the basic record component
      enabled_since - the value for the enabled_since record component
      flags - the value for the flags record component
      max_addr_len - the value for the max_addr_len record component
      max_split - the value for the max_split record component
      min_addr_len - the value for the min_addr_len record component
      min_split - the value for the min_split record component
      version - the value for the version record component
      vm_mode - the value for the vm_mode record component
      vm_version - the value for the vm_version record component
      workchain_id - the value for the workchain_id record component
      workchain_type_id - the value for the workchain_type_id record component
      zerostate_file_hash - the value for the zerostate_file_hash record component
      zerostate_root_hash - the value for the zerostate_root_hash record component
  • Method Details

    • toString

      public final String 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.
      Specified by:
      toString in class Record
      Returns:
      a string representation of this object
    • 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.
      Specified by:
      hashCode in class Record
      Returns:
      a hash code value for this object
    • equals

      public final boolean equals(Object o)
      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 with Objects::equals(Object,Object).
      Specified by:
      equals in class Record
      Parameters:
      o - the object with which to compare
      Returns:
      true if this object is the same as the o argument; false otherwise.
    • accept_msgs

      public Boolean accept_msgs()
      Returns the value of the accept_msgs record component.
      Returns:
      the value of the accept_msgs record component
    • active

      public Boolean active()
      Returns the value of the active record component.
      Returns:
      the value of the active record component
    • actual_min_split

      public Integer actual_min_split()
      Returns the value of the actual_min_split record component.
      Returns:
      the value of the actual_min_split record component
    • addr_len_step

      public Integer addr_len_step()
      Returns the value of the addr_len_step record component.
      Returns:
      the value of the addr_len_step record component
    • basic

      public Boolean basic()
      Returns the value of the basic record component.
      Returns:
      the value of the basic record component
    • enabled_since

      public Float enabled_since()
      Returns the value of the enabled_since record component.
      Returns:
      the value of the enabled_since record component
    • flags

      public Integer flags()
      Returns the value of the flags record component.
      Returns:
      the value of the flags record component
    • max_addr_len

      public Integer max_addr_len()
      Returns the value of the max_addr_len record component.
      Returns:
      the value of the max_addr_len record component
    • max_split

      public Integer max_split()
      Returns the value of the max_split record component.
      Returns:
      the value of the max_split record component
    • min_addr_len

      public Integer min_addr_len()
      Returns the value of the min_addr_len record component.
      Returns:
      the value of the min_addr_len record component
    • min_split

      public Integer min_split()
      Returns the value of the min_split record component.
      Returns:
      the value of the min_split record component
    • version

      public Float version()
      Returns the value of the version record component.
      Returns:
      the value of the version record component
    • vm_mode

      public String vm_mode()
      Returns the value of the vm_mode record component.
      Returns:
      the value of the vm_mode record component
    • vm_version

      public Integer vm_version()
      Returns the value of the vm_version record component.
      Returns:
      the value of the vm_version record component
    • workchain_id

      public Integer workchain_id()
      Returns the value of the workchain_id record component.
      Returns:
      the value of the workchain_id record component
    • workchain_type_id

      public Float workchain_type_id()
      Returns the value of the workchain_type_id record component.
      Returns:
      the value of the workchain_type_id record component
    • zerostate_file_hash

      public String zerostate_file_hash()
      Returns the value of the zerostate_file_hash record component.
      Returns:
      the value of the zerostate_file_hash record component
    • zerostate_root_hash

      public String zerostate_root_hash()
      Returns the value of the zerostate_root_hash record component.
      Returns:
      the value of the zerostate_root_hash record component