Module java4ever.binding
Record Class TransactionBounceFilter
java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.gql.TransactionBounceFilter
public record TransactionBounceFilter(IntFilter bounce_type, BounceTypeEnumFilter bounce_type_name, StringFilter fwd_fees, StringFilter msg_fees, FloatFilter msg_size_bits, FloatFilter msg_size_cells, StringFilter req_fwd_fees, TransactionBounceFilter OR)
extends Record
-
Constructor Summary
ConstructorsConstructorDescriptionTransactionBounceFilter(IntFilter bounce_type, BounceTypeEnumFilter bounce_type_name, StringFilter fwd_fees, StringFilter msg_fees, FloatFilter msg_size_bits, FloatFilter msg_size_cells, StringFilter req_fwd_fees, TransactionBounceFilter OR) Creates an instance of aTransactionBounceFilterrecord 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.final inthashCode()Returns a hash code value for this object.msg_fees()Returns the value of themsg_feesrecord component.Returns the value of themsg_size_bitsrecord component.Returns the value of themsg_size_cellsrecord component.OR()Returns the value of theORrecord component.Returns the value of thereq_fwd_feesrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
TransactionBounceFilter
public TransactionBounceFilter(IntFilter bounce_type, BounceTypeEnumFilter bounce_type_name, StringFilter fwd_fees, StringFilter msg_fees, FloatFilter msg_size_bits, FloatFilter msg_size_cells, StringFilter req_fwd_fees, TransactionBounceFilter OR) Creates an instance of aTransactionBounceFilterrecord 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 componentOR- the value for theORrecord component
-
-
Method Details
-
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
-
OR
Returns the value of theORrecord component.- Returns:
- the value of the
ORrecord component
-