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 Summary
ConstructorsConstructorDescriptionTransactionAction
(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 aTransactionAction
record class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of theaction_list_hash
record component.final boolean
Indicates whether some other object is "equal to" this one.final int
hashCode()
Returns a hash code value for this object.Returns the value of themsgs_created
record component.no_funds()
Returns the value of theno_funds
record component.Returns the value of theresult_arg
record component.Returns the value of theresult_code
record component.Returns the value of theskipped_actions
record component.Returns the value of thespec_actions
record component.Returns the value of thestatus_change
record component.Returns the value of thestatus_change_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 thetot_actions
record component.Returns the value of thetotal_action_fees
record component.static QueryExecutorBuilder
total_action_fees
(String objectFieldsTree, BigIntFormat format) Returns the value of thetotal_fwd_fees
record component.static QueryExecutorBuilder
total_fwd_fees
(String objectFieldsTree, BigIntFormat format) Returns the value of thetotal_msg_size_bits
record component.Returns the value of thetotal_msg_size_cells
record component.valid()
Returns the value of thevalid
record component.
-
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 aTransactionAction
record class.- Parameters:
action_list_hash
- the value for theaction_list_hash
record componentmsgs_created
- the value for themsgs_created
record componentno_funds
- the value for theno_funds
record componentresult_arg
- the value for theresult_arg
record componentresult_code
- the value for theresult_code
record componentskipped_actions
- the value for theskipped_actions
record componentspec_actions
- the value for thespec_actions
record componentstatus_change
- the value for thestatus_change
record componentstatus_change_name
- the value for thestatus_change_name
record componentsuccess
- the value for thesuccess
record componenttot_actions
- the value for thetot_actions
record componenttotal_action_fees
- the value for thetotal_action_fees
record componenttotal_fwd_fees
- the value for thetotal_fwd_fees
record componenttotal_msg_size_bits
- the value for thetotal_msg_size_bits
record componenttotal_msg_size_cells
- the value for thetotal_msg_size_cells
record componentvalid
- the value for thevalid
record component
-
-
Method Details
-
total_action_fees
-
total_fwd_fees
-
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)
. -
action_list_hash
Returns the value of theaction_list_hash
record component.- Returns:
- the value of the
action_list_hash
record component
-
msgs_created
Returns the value of themsgs_created
record component.- Returns:
- the value of the
msgs_created
record component
-
no_funds
Returns the value of theno_funds
record component.- Returns:
- the value of the
no_funds
record component
-
result_arg
Returns the value of theresult_arg
record component.- Returns:
- the value of the
result_arg
record component
-
result_code
Returns the value of theresult_code
record component.- Returns:
- the value of the
result_code
record component
-
skipped_actions
Returns the value of theskipped_actions
record component.- Returns:
- the value of the
skipped_actions
record component
-
spec_actions
Returns the value of thespec_actions
record component.- Returns:
- the value of the
spec_actions
record component
-
status_change
Returns the value of thestatus_change
record component.- Returns:
- the value of the
status_change
record component
-
status_change_name
Returns the value of thestatus_change_name
record component.- Returns:
- the value of the
status_change_name
record component
-
success
Returns the value of thesuccess
record component.- Returns:
- the value of the
success
record component
-
tot_actions
Returns the value of thetot_actions
record component.- Returns:
- the value of the
tot_actions
record component
-
total_action_fees
Returns the value of thetotal_action_fees
record component.- Returns:
- the value of the
total_action_fees
record component
-
total_fwd_fees
Returns the value of thetotal_fwd_fees
record component.- Returns:
- the value of the
total_fwd_fees
record component
-
total_msg_size_bits
Returns the value of thetotal_msg_size_bits
record component.- Returns:
- the value of the
total_msg_size_bits
record component
-
total_msg_size_cells
Returns the value of thetotal_msg_size_cells
record component.- Returns:
- the value of the
total_msg_size_cells
record component
-
valid
Returns the value of thevalid
record component.- Returns:
- the value of the
valid
record component
-