java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.gql.MsgEnvelope
-
Constructor Summary
ConstructorsConstructorDescriptionMsgEnvelope(String cur_addr, String fwd_fee_remaining, String msg_id, String next_addr) Creates an instance of aMsgEnveloperecord 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.static QueryExecutorBuilderfwd_fee_remaining(String objectFieldsTree, BigIntFormat format) 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.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
MsgEnvelope
Creates an instance of aMsgEnveloperecord 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 component
-
-
Method Details
-
fwd_fee_remaining
-
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
-