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 aTransactionActionrecord class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of theaction_list_hashrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.Returns the value of themsgs_createdrecord component.no_funds()Returns the value of theno_fundsrecord component.Returns the value of theresult_argrecord component.Returns the value of theresult_coderecord component.Returns the value of theskipped_actionsrecord component.Returns the value of thespec_actionsrecord component.Returns the value of thestatus_changerecord component.Returns the value of thestatus_change_namerecord component.success()Returns the value of thesuccessrecord component.final StringtoString()Returns a string representation of this record class.Returns the value of thetot_actionsrecord component.Returns the value of thetotal_action_feesrecord component.static QueryExecutorBuildertotal_action_fees(String objectFieldsTree, BigIntFormat format) Returns the value of thetotal_fwd_feesrecord component.static QueryExecutorBuildertotal_fwd_fees(String objectFieldsTree, BigIntFormat format) Returns the value of thetotal_msg_size_bitsrecord component.Returns the value of thetotal_msg_size_cellsrecord component.valid()Returns the value of thevalidrecord 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 aTransactionActionrecord class.- Parameters:
action_list_hash- the value for theaction_list_hashrecord componentmsgs_created- the value for themsgs_createdrecord componentno_funds- the value for theno_fundsrecord componentresult_arg- the value for theresult_argrecord componentresult_code- the value for theresult_coderecord componentskipped_actions- the value for theskipped_actionsrecord componentspec_actions- the value for thespec_actionsrecord componentstatus_change- the value for thestatus_changerecord componentstatus_change_name- the value for thestatus_change_namerecord componentsuccess- the value for thesuccessrecord componenttot_actions- the value for thetot_actionsrecord componenttotal_action_fees- the value for thetotal_action_feesrecord componenttotal_fwd_fees- the value for thetotal_fwd_feesrecord componenttotal_msg_size_bits- the value for thetotal_msg_size_bitsrecord componenttotal_msg_size_cells- the value for thetotal_msg_size_cellsrecord componentvalid- the value for thevalidrecord component
-
-
Method Details
-
total_action_fees
-
total_fwd_fees
-
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). -
action_list_hash
Returns the value of theaction_list_hashrecord component.- Returns:
- the value of the
action_list_hashrecord component
-
msgs_created
Returns the value of themsgs_createdrecord component.- Returns:
- the value of the
msgs_createdrecord component
-
no_funds
Returns the value of theno_fundsrecord component.- Returns:
- the value of the
no_fundsrecord component
-
result_arg
Returns the value of theresult_argrecord component.- Returns:
- the value of the
result_argrecord component
-
result_code
Returns the value of theresult_coderecord component.- Returns:
- the value of the
result_coderecord component
-
skipped_actions
Returns the value of theskipped_actionsrecord component.- Returns:
- the value of the
skipped_actionsrecord component
-
spec_actions
Returns the value of thespec_actionsrecord component.- Returns:
- the value of the
spec_actionsrecord component
-
status_change
Returns the value of thestatus_changerecord component.- Returns:
- the value of the
status_changerecord component
-
status_change_name
Returns the value of thestatus_change_namerecord component.- Returns:
- the value of the
status_change_namerecord component
-
success
Returns the value of thesuccessrecord component.- Returns:
- the value of the
successrecord component
-
tot_actions
Returns the value of thetot_actionsrecord component.- Returns:
- the value of the
tot_actionsrecord component
-
total_action_fees
Returns the value of thetotal_action_feesrecord component.- Returns:
- the value of the
total_action_feesrecord component
-
total_fwd_fees
Returns the value of thetotal_fwd_feesrecord component.- Returns:
- the value of the
total_fwd_feesrecord component
-
total_msg_size_bits
Returns the value of thetotal_msg_size_bitsrecord component.- Returns:
- the value of the
total_msg_size_bitsrecord component
-
total_msg_size_cells
Returns the value of thetotal_msg_size_cellsrecord component.- Returns:
- the value of the
total_msg_size_cellsrecord component
-
valid
Returns the value of thevalidrecord component.- Returns:
- the value of the
validrecord component
-