java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.gql.TransactionBounce
-
Constructor Summary
ConstructorsConstructorDescriptionTransactionBounce
(Integer bounce_type, BounceTypeEnum bounce_type_name, String fwd_fees, String msg_fees, Float msg_size_bits, Float msg_size_cells, String req_fwd_fees) Creates an instance of aTransactionBounce
record class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of thebounce_type
record component.Returns the value of thebounce_type_name
record component.final boolean
Indicates whether some other object is "equal to" this one.fwd_fees()
Returns the value of thefwd_fees
record component.static QueryExecutorBuilder
fwd_fees
(String objectFieldsTree, BigIntFormat format) final int
hashCode()
Returns a hash code value for this object.msg_fees()
Returns the value of themsg_fees
record component.static QueryExecutorBuilder
msg_fees
(String objectFieldsTree, BigIntFormat format) Returns the value of themsg_size_bits
record component.Returns the value of themsg_size_cells
record component.Returns the value of thereq_fwd_fees
record component.static QueryExecutorBuilder
req_fwd_fees
(String objectFieldsTree, BigIntFormat format) final String
toString()
Returns a string representation of this record class.
-
Constructor Details
-
TransactionBounce
public TransactionBounce(Integer bounce_type, BounceTypeEnum bounce_type_name, String fwd_fees, String msg_fees, Float msg_size_bits, Float msg_size_cells, String req_fwd_fees) Creates an instance of aTransactionBounce
record class.- Parameters:
bounce_type
- the value for thebounce_type
record componentbounce_type_name
- the value for thebounce_type_name
record componentfwd_fees
- the value for thefwd_fees
record componentmsg_fees
- the value for themsg_fees
record componentmsg_size_bits
- the value for themsg_size_bits
record componentmsg_size_cells
- the value for themsg_size_cells
record componentreq_fwd_fees
- the value for thereq_fwd_fees
record component
-
-
Method Details
-
fwd_fees
-
msg_fees
-
req_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)
. -
bounce_type
Returns the value of thebounce_type
record component.- Returns:
- the value of the
bounce_type
record component
-
bounce_type_name
Returns the value of thebounce_type_name
record component.- Returns:
- the value of the
bounce_type_name
record component
-
fwd_fees
Returns the value of thefwd_fees
record component.- Returns:
- the value of the
fwd_fees
record component
-
msg_fees
Returns the value of themsg_fees
record component.- Returns:
- the value of the
msg_fees
record component
-
msg_size_bits
Returns the value of themsg_size_bits
record component.- Returns:
- the value of the
msg_size_bits
record component
-
msg_size_cells
Returns the value of themsg_size_cells
record component.- Returns:
- the value of the
msg_size_cells
record component
-
req_fwd_fees
Returns the value of thereq_fwd_fees
record component.- Returns:
- the value of the
req_fwd_fees
record component
-