Module java4ever.binding
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 Summary
ConstructorsConstructorDescriptionTransactionComputeFilter(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 aTransactionComputeFilterrecord class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of theaccount_activatedrecord component.Returns the value of thecompute_typerecord component.Returns the value of thecompute_type_namerecord component.final booleanIndicates whether some other object is "equal to" this one.exit_arg()Returns the value of theexit_argrecord component.Returns the value of theexit_coderecord component.Returns the value of thegas_creditrecord component.gas_fees()Returns the value of thegas_feesrecord component.Returns the value of thegas_limitrecord component.gas_used()Returns the value of thegas_usedrecord component.final inthashCode()Returns a hash code value for this object.mode()Returns the value of themoderecord component.Returns the value of themsg_state_usedrecord component.OR()Returns the value of theORrecord component.Returns the value of theskipped_reasonrecord component.Returns the value of theskipped_reason_namerecord component.success()Returns the value of thesuccessrecord component.final StringtoString()Returns a string representation of this record class.Returns the value of thevm_final_state_hashrecord component.Returns the value of thevm_init_state_hashrecord component.vm_steps()Returns the value of thevm_stepsrecord component.
-
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 aTransactionComputeFilterrecord class.- Parameters:
account_activated- the value for theaccount_activatedrecord componentcompute_type- the value for thecompute_typerecord componentcompute_type_name- the value for thecompute_type_namerecord componentexit_arg- the value for theexit_argrecord componentexit_code- the value for theexit_coderecord componentgas_credit- the value for thegas_creditrecord componentgas_fees- the value for thegas_feesrecord componentgas_limit- the value for thegas_limitrecord componentgas_used- the value for thegas_usedrecord componentmode- the value for themoderecord componentmsg_state_used- the value for themsg_state_usedrecord componentskipped_reason- the value for theskipped_reasonrecord componentskipped_reason_name- the value for theskipped_reason_namerecord componentsuccess- the value for thesuccessrecord componentvm_final_state_hash- the value for thevm_final_state_hashrecord componentvm_init_state_hash- the value for thevm_init_state_hashrecord componentvm_steps- the value for thevm_stepsrecord componentOR- the value for theORrecord component
-
-
Method Details
-
toString
-
hashCode
-
equals
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 withObjects::equals(Object,Object). -
account_activated
Returns the value of theaccount_activatedrecord component.- Returns:
- the value of the
account_activatedrecord component
-
compute_type
Returns the value of thecompute_typerecord component.- Returns:
- the value of the
compute_typerecord component
-
compute_type_name
Returns the value of thecompute_type_namerecord component.- Returns:
- the value of the
compute_type_namerecord component
-
exit_arg
Returns the value of theexit_argrecord component.- Returns:
- the value of the
exit_argrecord component
-
exit_code
Returns the value of theexit_coderecord component.- Returns:
- the value of the
exit_coderecord component
-
gas_credit
Returns the value of thegas_creditrecord component.- Returns:
- the value of the
gas_creditrecord component
-
gas_fees
Returns the value of thegas_feesrecord component.- Returns:
- the value of the
gas_feesrecord component
-
gas_limit
Returns the value of thegas_limitrecord component.- Returns:
- the value of the
gas_limitrecord component
-
gas_used
Returns the value of thegas_usedrecord component.- Returns:
- the value of the
gas_usedrecord component
-
mode
Returns the value of themoderecord component.- Returns:
- the value of the
moderecord component
-
msg_state_used
Returns the value of themsg_state_usedrecord component.- Returns:
- the value of the
msg_state_usedrecord component
-
skipped_reason
Returns the value of theskipped_reasonrecord component.- Returns:
- the value of the
skipped_reasonrecord component
-
skipped_reason_name
Returns the value of theskipped_reason_namerecord component.- Returns:
- the value of the
skipped_reason_namerecord component
-
success
Returns the value of thesuccessrecord component.- Returns:
- the value of the
successrecord component
-
vm_final_state_hash
Returns the value of thevm_final_state_hashrecord component.- Returns:
- the value of the
vm_final_state_hashrecord component
-
vm_init_state_hash
Returns the value of thevm_init_state_hashrecord component.- Returns:
- the value of the
vm_init_state_hashrecord component
-
vm_steps
Returns the value of thevm_stepsrecord component.- Returns:
- the value of the
vm_stepsrecord component
-
OR
Returns the value of theORrecord component.- Returns:
- the value of the
ORrecord component
-