java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.gql.TransactionCompute
public record TransactionCompute(Boolean account_activated, Integer compute_type, ComputeTypeEnum compute_type_name, Integer exit_arg, Integer exit_code, Integer gas_credit, String gas_fees, String gas_limit, String gas_used, Integer mode, Boolean msg_state_used, Integer skipped_reason, SkipReasonEnum skipped_reason_name, Boolean success, String vm_final_state_hash, String vm_init_state_hash, Float vm_steps)
extends Record
-
Constructor Summary
ConstructorsConstructorDescriptionTransactionCompute
(Boolean account_activated, Integer compute_type, ComputeTypeEnum compute_type_name, Integer exit_arg, Integer exit_code, Integer gas_credit, String gas_fees, String gas_limit, String gas_used, Integer mode, Boolean msg_state_used, Integer skipped_reason, SkipReasonEnum skipped_reason_name, Boolean success, String vm_final_state_hash, String vm_init_state_hash, Float vm_steps) Creates an instance of aTransactionCompute
record class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of theaccount_activated
record component.Returns the value of thecompute_type
record component.Returns the value of thecompute_type_name
record component.final boolean
Indicates whether some other object is "equal to" this one.exit_arg()
Returns the value of theexit_arg
record component.Returns the value of theexit_code
record component.Returns the value of thegas_credit
record component.gas_fees()
Returns the value of thegas_fees
record component.static QueryExecutorBuilder
gas_fees
(String objectFieldsTree, BigIntFormat format) Returns the value of thegas_limit
record component.static QueryExecutorBuilder
gas_limit
(String objectFieldsTree, BigIntFormat format) gas_used()
Returns the value of thegas_used
record component.static QueryExecutorBuilder
gas_used
(String objectFieldsTree, BigIntFormat format) final int
hashCode()
Returns a hash code value for this object.mode()
Returns the value of themode
record component.Returns the value of themsg_state_used
record component.Returns the value of theskipped_reason
record component.Returns the value of theskipped_reason_name
record component.success()
Returns the value of thesuccess
record component.final String
toString()
Returns a string representation of this record class.Returns the value of thevm_final_state_hash
record component.Returns the value of thevm_init_state_hash
record component.vm_steps()
Returns the value of thevm_steps
record component.
-
Constructor Details
-
TransactionCompute
public TransactionCompute(Boolean account_activated, Integer compute_type, ComputeTypeEnum compute_type_name, Integer exit_arg, Integer exit_code, Integer gas_credit, String gas_fees, String gas_limit, String gas_used, Integer mode, Boolean msg_state_used, Integer skipped_reason, SkipReasonEnum skipped_reason_name, Boolean success, String vm_final_state_hash, String vm_init_state_hash, Float vm_steps) Creates an instance of aTransactionCompute
record class.- Parameters:
account_activated
- the value for theaccount_activated
record componentcompute_type
- the value for thecompute_type
record componentcompute_type_name
- the value for thecompute_type_name
record componentexit_arg
- the value for theexit_arg
record componentexit_code
- the value for theexit_code
record componentgas_credit
- the value for thegas_credit
record componentgas_fees
- the value for thegas_fees
record componentgas_limit
- the value for thegas_limit
record componentgas_used
- the value for thegas_used
record componentmode
- the value for themode
record componentmsg_state_used
- the value for themsg_state_used
record componentskipped_reason
- the value for theskipped_reason
record componentskipped_reason_name
- the value for theskipped_reason_name
record componentsuccess
- the value for thesuccess
record componentvm_final_state_hash
- the value for thevm_final_state_hash
record componentvm_init_state_hash
- the value for thevm_init_state_hash
record componentvm_steps
- the value for thevm_steps
record component
-
-
Method Details
-
gas_fees
-
gas_limit
-
gas_used
-
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_activated
record component.- Returns:
- the value of the
account_activated
record component
-
compute_type
Returns the value of thecompute_type
record component.- Returns:
- the value of the
compute_type
record component
-
compute_type_name
Returns the value of thecompute_type_name
record component.- Returns:
- the value of the
compute_type_name
record component
-
exit_arg
Returns the value of theexit_arg
record component.- Returns:
- the value of the
exit_arg
record component
-
exit_code
Returns the value of theexit_code
record component.- Returns:
- the value of the
exit_code
record component
-
gas_credit
Returns the value of thegas_credit
record component.- Returns:
- the value of the
gas_credit
record component
-
gas_fees
Returns the value of thegas_fees
record component.- Returns:
- the value of the
gas_fees
record component
-
gas_limit
Returns the value of thegas_limit
record component.- Returns:
- the value of the
gas_limit
record component
-
gas_used
Returns the value of thegas_used
record component.- Returns:
- the value of the
gas_used
record component
-
mode
Returns the value of themode
record component.- Returns:
- the value of the
mode
record component
-
msg_state_used
Returns the value of themsg_state_used
record component.- Returns:
- the value of the
msg_state_used
record component
-
skipped_reason
Returns the value of theskipped_reason
record component.- Returns:
- the value of the
skipped_reason
record component
-
skipped_reason_name
Returns the value of theskipped_reason_name
record component.- Returns:
- the value of the
skipped_reason_name
record component
-
success
Returns the value of thesuccess
record component.- Returns:
- the value of the
success
record component
-
vm_final_state_hash
Returns the value of thevm_final_state_hash
record component.- Returns:
- the value of the
vm_final_state_hash
record component
-
vm_init_state_hash
Returns the value of thevm_init_state_hash
record component.- Returns:
- the value of the
vm_init_state_hash
record component
-
vm_steps
Returns the value of thevm_steps
record component.- Returns:
- the value of the
vm_steps
record component
-