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 aTransactionBouncerecord class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of thebounce_typerecord component.Returns the value of thebounce_type_namerecord component.final booleanIndicates whether some other object is "equal to" this one.fwd_fees()Returns the value of thefwd_feesrecord component.static QueryExecutorBuilderfwd_fees(String objectFieldsTree, BigIntFormat format) final inthashCode()Returns a hash code value for this object.msg_fees()Returns the value of themsg_feesrecord component.static QueryExecutorBuildermsg_fees(String objectFieldsTree, BigIntFormat format) Returns the value of themsg_size_bitsrecord component.Returns the value of themsg_size_cellsrecord component.Returns the value of thereq_fwd_feesrecord component.static QueryExecutorBuilderreq_fwd_fees(String objectFieldsTree, BigIntFormat format) final StringtoString()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 aTransactionBouncerecord class.- Parameters:
bounce_type- the value for thebounce_typerecord componentbounce_type_name- the value for thebounce_type_namerecord componentfwd_fees- the value for thefwd_feesrecord componentmsg_fees- the value for themsg_feesrecord componentmsg_size_bits- the value for themsg_size_bitsrecord componentmsg_size_cells- the value for themsg_size_cellsrecord componentreq_fwd_fees- the value for thereq_fwd_feesrecord 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_typerecord component.- Returns:
- the value of the
bounce_typerecord component
-
bounce_type_name
Returns the value of thebounce_type_namerecord component.- Returns:
- the value of the
bounce_type_namerecord component
-
fwd_fees
Returns the value of thefwd_feesrecord component.- Returns:
- the value of the
fwd_feesrecord component
-
msg_fees
Returns the value of themsg_feesrecord component.- Returns:
- the value of the
msg_feesrecord component
-
msg_size_bits
Returns the value of themsg_size_bitsrecord component.- Returns:
- the value of the
msg_size_bitsrecord component
-
msg_size_cells
Returns the value of themsg_size_cellsrecord component.- Returns:
- the value of the
msg_size_cellsrecord component
-
req_fwd_fees
Returns the value of thereq_fwd_feesrecord component.- Returns:
- the value of the
req_fwd_feesrecord component
-