Record Class TransactionComputeFilter

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

public record TransactionComputeFilter(BooleanFilter account_activated, IntFilter compute_type, ComputeTypeEnumFilter compute_type_name, IntFilter exit_arg, IntFilter exit_code, IntFilter gas_credit, StringFilter gas_fees, StringFilter gas_limit, StringFilter gas_used, IntFilter mode, BooleanFilter msg_state_used, IntFilter skipped_reason, SkipReasonEnumFilter skipped_reason_name, BooleanFilter success, StringFilter vm_final_state_hash, StringFilter vm_init_state_hash, FloatFilter vm_steps, TransactionComputeFilter OR) extends Record
  • Constructor Details

    • TransactionComputeFilter

      public TransactionComputeFilter(BooleanFilter account_activated, IntFilter compute_type, ComputeTypeEnumFilter compute_type_name, IntFilter exit_arg, IntFilter exit_code, IntFilter gas_credit, StringFilter gas_fees, StringFilter gas_limit, StringFilter gas_used, IntFilter mode, BooleanFilter msg_state_used, IntFilter skipped_reason, SkipReasonEnumFilter skipped_reason_name, BooleanFilter success, StringFilter vm_final_state_hash, StringFilter vm_init_state_hash, FloatFilter vm_steps, TransactionComputeFilter OR)
      Creates an instance of a TransactionComputeFilter record class.
      Parameters:
      account_activated - the value for the account_activated record component
      compute_type - the value for the compute_type record component
      compute_type_name - the value for the compute_type_name record component
      exit_arg - the value for the exit_arg record component
      exit_code - the value for the exit_code record component
      gas_credit - the value for the gas_credit record component
      gas_fees - the value for the gas_fees record component
      gas_limit - the value for the gas_limit record component
      gas_used - the value for the gas_used record component
      mode - the value for the mode record component
      msg_state_used - the value for the msg_state_used record component
      skipped_reason - the value for the skipped_reason record component
      skipped_reason_name - the value for the skipped_reason_name record component
      success - the value for the success record component
      vm_final_state_hash - the value for the vm_final_state_hash record component
      vm_init_state_hash - the value for the vm_init_state_hash record component
      vm_steps - the value for the vm_steps 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.
    • account_activated

      public BooleanFilter account_activated()
      Returns the value of the account_activated record component.
      Returns:
      the value of the account_activated record component
    • compute_type

      public IntFilter compute_type()
      Returns the value of the compute_type record component.
      Returns:
      the value of the compute_type record component
    • compute_type_name

      public ComputeTypeEnumFilter compute_type_name()
      Returns the value of the compute_type_name record component.
      Returns:
      the value of the compute_type_name record component
    • exit_arg

      public IntFilter exit_arg()
      Returns the value of the exit_arg record component.
      Returns:
      the value of the exit_arg record component
    • exit_code

      public IntFilter exit_code()
      Returns the value of the exit_code record component.
      Returns:
      the value of the exit_code record component
    • gas_credit

      public IntFilter gas_credit()
      Returns the value of the gas_credit record component.
      Returns:
      the value of the gas_credit record component
    • gas_fees

      public StringFilter gas_fees()
      Returns the value of the gas_fees record component.
      Returns:
      the value of the gas_fees record component
    • gas_limit

      public StringFilter gas_limit()
      Returns the value of the gas_limit record component.
      Returns:
      the value of the gas_limit record component
    • gas_used

      public StringFilter gas_used()
      Returns the value of the gas_used record component.
      Returns:
      the value of the gas_used record component
    • mode

      public IntFilter mode()
      Returns the value of the mode record component.
      Returns:
      the value of the mode record component
    • msg_state_used

      public BooleanFilter msg_state_used()
      Returns the value of the msg_state_used record component.
      Returns:
      the value of the msg_state_used record component
    • skipped_reason

      public IntFilter skipped_reason()
      Returns the value of the skipped_reason record component.
      Returns:
      the value of the skipped_reason record component
    • skipped_reason_name

      public SkipReasonEnumFilter skipped_reason_name()
      Returns the value of the skipped_reason_name record component.
      Returns:
      the value of the skipped_reason_name record component
    • success

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

      public StringFilter vm_final_state_hash()
      Returns the value of the vm_final_state_hash record component.
      Returns:
      the value of the vm_final_state_hash record component
    • vm_init_state_hash

      public StringFilter vm_init_state_hash()
      Returns the value of the vm_init_state_hash record component.
      Returns:
      the value of the vm_init_state_hash record component
    • vm_steps

      public FloatFilter vm_steps()
      Returns the value of the vm_steps record component.
      Returns:
      the value of the vm_steps record component
    • OR

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