Record Class TransactionActionFilter

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

public record TransactionActionFilter(StringFilter action_list_hash, IntFilter msgs_created, BooleanFilter no_funds, IntFilter result_arg, IntFilter result_code, IntFilter skipped_actions, IntFilter spec_actions, IntFilter status_change, AccountStatusChangeEnumFilter status_change_name, BooleanFilter success, IntFilter tot_actions, StringFilter total_action_fees, StringFilter total_fwd_fees, FloatFilter total_msg_size_bits, FloatFilter total_msg_size_cells, BooleanFilter valid, TransactionActionFilter OR) extends Record
  • Constructor Details

    • TransactionActionFilter

      public TransactionActionFilter(StringFilter action_list_hash, IntFilter msgs_created, BooleanFilter no_funds, IntFilter result_arg, IntFilter result_code, IntFilter skipped_actions, IntFilter spec_actions, IntFilter status_change, AccountStatusChangeEnumFilter status_change_name, BooleanFilter success, IntFilter tot_actions, StringFilter total_action_fees, StringFilter total_fwd_fees, FloatFilter total_msg_size_bits, FloatFilter total_msg_size_cells, BooleanFilter valid, TransactionActionFilter OR)
      Creates an instance of a TransactionActionFilter record class.
      Parameters:
      action_list_hash - the value for the action_list_hash record component
      msgs_created - the value for the msgs_created record component
      no_funds - the value for the no_funds record component
      result_arg - the value for the result_arg record component
      result_code - the value for the result_code record component
      skipped_actions - the value for the skipped_actions record component
      spec_actions - the value for the spec_actions record component
      status_change - the value for the status_change record component
      status_change_name - the value for the status_change_name record component
      success - the value for the success record component
      tot_actions - the value for the tot_actions record component
      total_action_fees - the value for the total_action_fees record component
      total_fwd_fees - the value for the total_fwd_fees record component
      total_msg_size_bits - the value for the total_msg_size_bits record component
      total_msg_size_cells - the value for the total_msg_size_cells record component
      valid - the value for the valid 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.
    • action_list_hash

      public StringFilter action_list_hash()
      Returns the value of the action_list_hash record component.
      Returns:
      the value of the action_list_hash record component
    • msgs_created

      public IntFilter msgs_created()
      Returns the value of the msgs_created record component.
      Returns:
      the value of the msgs_created record component
    • no_funds

      public BooleanFilter no_funds()
      Returns the value of the no_funds record component.
      Returns:
      the value of the no_funds record component
    • result_arg

      public IntFilter result_arg()
      Returns the value of the result_arg record component.
      Returns:
      the value of the result_arg record component
    • result_code

      public IntFilter result_code()
      Returns the value of the result_code record component.
      Returns:
      the value of the result_code record component
    • skipped_actions

      public IntFilter skipped_actions()
      Returns the value of the skipped_actions record component.
      Returns:
      the value of the skipped_actions record component
    • spec_actions

      public IntFilter spec_actions()
      Returns the value of the spec_actions record component.
      Returns:
      the value of the spec_actions record component
    • status_change

      public IntFilter status_change()
      Returns the value of the status_change record component.
      Returns:
      the value of the status_change record component
    • status_change_name

      public AccountStatusChangeEnumFilter status_change_name()
      Returns the value of the status_change_name record component.
      Returns:
      the value of the status_change_name record component
    • success

      public BooleanFilter success()
      Returns the value of the success record component.
      Returns:
      the value of the success record component
    • tot_actions

      public IntFilter tot_actions()
      Returns the value of the tot_actions record component.
      Returns:
      the value of the tot_actions record component
    • total_action_fees

      public StringFilter total_action_fees()
      Returns the value of the total_action_fees record component.
      Returns:
      the value of the total_action_fees record component
    • total_fwd_fees

      public StringFilter total_fwd_fees()
      Returns the value of the total_fwd_fees record component.
      Returns:
      the value of the total_fwd_fees record component
    • total_msg_size_bits

      public FloatFilter total_msg_size_bits()
      Returns the value of the total_msg_size_bits record component.
      Returns:
      the value of the total_msg_size_bits record component
    • total_msg_size_cells

      public FloatFilter total_msg_size_cells()
      Returns the value of the total_msg_size_cells record component.
      Returns:
      the value of the total_msg_size_cells record component
    • valid

      public BooleanFilter valid()
      Returns the value of the valid record component.
      Returns:
      the value of the valid record component
    • OR

      Returns the value of the OR record component.
      Returns:
      the value of the OR record component