java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.gql.MsgEnvelopeFilter
public record MsgEnvelopeFilter(StringFilter cur_addr, StringFilter fwd_fee_remaining, StringFilter msg_id, StringFilter next_addr, MsgEnvelopeFilter OR)
extends Record
-
Constructor Summary
ConstructorsConstructorDescriptionMsgEnvelopeFilter(StringFilter cur_addr, StringFilter fwd_fee_remaining, StringFilter msg_id, StringFilter next_addr, MsgEnvelopeFilter OR) Creates an instance of aMsgEnvelopeFilterrecord class. -
Method Summary
Modifier and TypeMethodDescriptioncur_addr()Returns the value of thecur_addrrecord component.final booleanIndicates whether some other object is "equal to" this one.Returns the value of thefwd_fee_remainingrecord component.final inthashCode()Returns a hash code value for this object.msg_id()Returns the value of themsg_idrecord component.Returns the value of thenext_addrrecord component.OR()Returns the value of theORrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
MsgEnvelopeFilter
public MsgEnvelopeFilter(StringFilter cur_addr, StringFilter fwd_fee_remaining, StringFilter msg_id, StringFilter next_addr, MsgEnvelopeFilter OR) Creates an instance of aMsgEnvelopeFilterrecord class.- Parameters:
cur_addr- the value for thecur_addrrecord componentfwd_fee_remaining- the value for thefwd_fee_remainingrecord componentmsg_id- the value for themsg_idrecord componentnext_addr- the value for thenext_addrrecord 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). -
cur_addr
Returns the value of thecur_addrrecord component.- Returns:
- the value of the
cur_addrrecord component
-
fwd_fee_remaining
Returns the value of thefwd_fee_remainingrecord component.- Returns:
- the value of the
fwd_fee_remainingrecord component
-
msg_id
Returns the value of themsg_idrecord component.- Returns:
- the value of the
msg_idrecord component
-
next_addr
Returns the value of thenext_addrrecord component.- Returns:
- the value of the
next_addrrecord component
-
OR
Returns the value of theORrecord component.- Returns:
- the value of the
ORrecord component
-