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 aTransactionComputerecord 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.static QueryExecutorBuildergas_fees(String objectFieldsTree, BigIntFormat format) Returns the value of thegas_limitrecord component.static QueryExecutorBuildergas_limit(String objectFieldsTree, BigIntFormat format) gas_used()Returns the value of thegas_usedrecord component.static QueryExecutorBuildergas_used(String objectFieldsTree, BigIntFormat format) 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.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
-
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 aTransactionComputerecord 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 component
-
-
Method Details
-
gas_fees
-
gas_limit
-
gas_used
-
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. -
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. -
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
-