Record Class ConfigP12Filter

java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.gql.ConfigP12Filter

public record ConfigP12Filter(BooleanFilter accept_msgs, BooleanFilter active, IntFilter actual_min_split, IntFilter addr_len_step, BooleanFilter basic, FloatFilter enabled_since, IntFilter flags, IntFilter max_addr_len, IntFilter max_split, IntFilter min_addr_len, IntFilter min_split, FloatFilter version, StringFilter vm_mode, IntFilter vm_version, IntFilter workchain_id, FloatFilter workchain_type_id, StringFilter zerostate_file_hash, StringFilter zerostate_root_hash, ConfigP12Filter OR) extends Record
  • Constructor Details

    • ConfigP12Filter

      public ConfigP12Filter(BooleanFilter accept_msgs, BooleanFilter active, IntFilter actual_min_split, IntFilter addr_len_step, BooleanFilter basic, FloatFilter enabled_since, IntFilter flags, IntFilter max_addr_len, IntFilter max_split, IntFilter min_addr_len, IntFilter min_split, FloatFilter version, StringFilter vm_mode, IntFilter vm_version, IntFilter workchain_id, FloatFilter workchain_type_id, StringFilter zerostate_file_hash, StringFilter zerostate_root_hash, ConfigP12Filter OR)
      Creates an instance of a ConfigP12Filter 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
      OR - the value for the OR 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 BooleanFilter accept_msgs()
      Returns the value of the accept_msgs record component.
      Returns:
      the value of the accept_msgs record component
    • active

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

      public IntFilter 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 IntFilter 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 BooleanFilter basic()
      Returns the value of the basic record component.
      Returns:
      the value of the basic record component
    • enabled_since

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

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

      public IntFilter 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 IntFilter max_split()
      Returns the value of the max_split record component.
      Returns:
      the value of the max_split record component
    • min_addr_len

      public IntFilter 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 IntFilter min_split()
      Returns the value of the min_split record component.
      Returns:
      the value of the min_split record component
    • version

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

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

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

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

      public FloatFilter 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 StringFilter 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 StringFilter zerostate_root_hash()
      Returns the value of the zerostate_root_hash record component.
      Returns:
      the value of the zerostate_root_hash record component
    • OR

      public ConfigP12Filter OR()
      Returns the value of the OR record component.
      Returns:
      the value of the OR record component