java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.gql.InMsgFilter
public record InMsgFilter(StringFilter fwd_fee, StringFilter ihr_fee, MsgEnvelopeFilter in_msg, StringFilter msg_id, IntFilter msg_type, InMsgTypeEnumFilter msg_type_name, MsgEnvelopeFilter out_msg, StringFilter proof_created, StringFilter proof_delivered, StringFilter transaction_id, StringFilter transit_fee, InMsgFilter OR)
extends Record
-
Constructor Summary
ConstructorsConstructorDescriptionInMsgFilter(StringFilter fwd_fee, StringFilter ihr_fee, MsgEnvelopeFilter in_msg, StringFilter msg_id, IntFilter msg_type, InMsgTypeEnumFilter msg_type_name, MsgEnvelopeFilter out_msg, StringFilter proof_created, StringFilter proof_delivered, StringFilter transaction_id, StringFilter transit_fee, InMsgFilter OR) Creates an instance of aInMsgFilterrecord class. -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.fwd_fee()Returns the value of thefwd_feerecord component.final inthashCode()Returns a hash code value for this object.ihr_fee()Returns the value of theihr_feerecord component.in_msg()Returns the value of thein_msgrecord component.msg_id()Returns the value of themsg_idrecord component.msg_type()Returns the value of themsg_typerecord component.Returns the value of themsg_type_namerecord component.OR()Returns the value of theORrecord component.out_msg()Returns the value of theout_msgrecord component.Returns the value of theproof_createdrecord component.Returns the value of theproof_deliveredrecord component.final StringtoString()Returns a string representation of this record class.Returns the value of thetransaction_idrecord component.Returns the value of thetransit_feerecord component.
-
Constructor Details
-
InMsgFilter
public InMsgFilter(StringFilter fwd_fee, StringFilter ihr_fee, MsgEnvelopeFilter in_msg, StringFilter msg_id, IntFilter msg_type, InMsgTypeEnumFilter msg_type_name, MsgEnvelopeFilter out_msg, StringFilter proof_created, StringFilter proof_delivered, StringFilter transaction_id, StringFilter transit_fee, InMsgFilter OR) Creates an instance of aInMsgFilterrecord class.- Parameters:
fwd_fee- the value for thefwd_feerecord componentihr_fee- the value for theihr_feerecord componentin_msg- the value for thein_msgrecord componentmsg_id- the value for themsg_idrecord componentmsg_type- the value for themsg_typerecord componentmsg_type_name- the value for themsg_type_namerecord componentout_msg- the value for theout_msgrecord componentproof_created- the value for theproof_createdrecord componentproof_delivered- the value for theproof_deliveredrecord componenttransaction_id- the value for thetransaction_idrecord componenttransit_fee- the value for thetransit_feerecord 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). -
fwd_fee
Returns the value of thefwd_feerecord component.- Returns:
- the value of the
fwd_feerecord component
-
ihr_fee
Returns the value of theihr_feerecord component.- Returns:
- the value of the
ihr_feerecord component
-
in_msg
Returns the value of thein_msgrecord component.- Returns:
- the value of the
in_msgrecord component
-
msg_id
Returns the value of themsg_idrecord component.- Returns:
- the value of the
msg_idrecord component
-
msg_type
Returns the value of themsg_typerecord component.- Returns:
- the value of the
msg_typerecord component
-
msg_type_name
Returns the value of themsg_type_namerecord component.- Returns:
- the value of the
msg_type_namerecord component
-
out_msg
Returns the value of theout_msgrecord component.- Returns:
- the value of the
out_msgrecord component
-
proof_created
Returns the value of theproof_createdrecord component.- Returns:
- the value of the
proof_createdrecord component
-
proof_delivered
Returns the value of theproof_deliveredrecord component.- Returns:
- the value of the
proof_deliveredrecord component
-
transaction_id
Returns the value of thetransaction_idrecord component.- Returns:
- the value of the
transaction_idrecord component
-
transit_fee
Returns the value of thetransit_feerecord component.- Returns:
- the value of the
transit_feerecord component
-
OR
Returns the value of theORrecord component.- Returns:
- the value of the
ORrecord component
-