Record Class TransactionAction

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

public record TransactionAction(String action_list_hash, Integer msgs_created, Boolean no_funds, Integer result_arg, Integer result_code, Integer skipped_actions, Integer spec_actions, Integer status_change, AccountStatusChangeEnum status_change_name, Boolean success, Integer tot_actions, String total_action_fees, String total_fwd_fees, Float total_msg_size_bits, Float total_msg_size_cells, Boolean valid) extends Record
  • Constructor Details

    • TransactionAction

      public TransactionAction(String action_list_hash, Integer msgs_created, Boolean no_funds, Integer result_arg, Integer result_code, Integer skipped_actions, Integer spec_actions, Integer status_change, AccountStatusChangeEnum status_change_name, Boolean success, Integer tot_actions, String total_action_fees, String total_fwd_fees, Float total_msg_size_bits, Float total_msg_size_cells, Boolean valid)
      Creates an instance of a TransactionAction 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
  • Method Details

    • total_action_fees

      public static QueryExecutorBuilder total_action_fees(String objectFieldsTree, BigIntFormat format)
    • total_fwd_fees

      public static QueryExecutorBuilder total_fwd_fees(String objectFieldsTree, BigIntFormat format)
    • 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 String 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 Integer msgs_created()
      Returns the value of the msgs_created record component.
      Returns:
      the value of the msgs_created record component
    • no_funds

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

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

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

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

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

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

      public AccountStatusChangeEnum 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 Boolean success()
      Returns the value of the success record component.
      Returns:
      the value of the success record component
    • tot_actions

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

      public String 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 String 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 Float 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 Float 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 Boolean valid()
      Returns the value of the valid record component.
      Returns:
      the value of the valid record component