Record Class InMsgFilter

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 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 a InMsgFilter record class.
      Parameters:
      fwd_fee - the value for the fwd_fee record component
      ihr_fee - the value for the ihr_fee record component
      in_msg - the value for the in_msg record component
      msg_id - the value for the msg_id record component
      msg_type - the value for the msg_type record component
      msg_type_name - the value for the msg_type_name record component
      out_msg - the value for the out_msg record component
      proof_created - the value for the proof_created record component
      proof_delivered - the value for the proof_delivered record component
      transaction_id - the value for the transaction_id record component
      transit_fee - the value for the transit_fee record component
      OR - the value for the OR record component
  • Method Details

    • toString

      public final String toString()
      Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
      Specified by:
      toString in class Record
      Returns:
      a string representation of this object
    • hashCode

      public final int hashCode()
      Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
      Specified by:
      hashCode in class Record
      Returns:
      a hash code value for this object
    • equals

      public final boolean equals(Object o)
      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 with Objects::equals(Object,Object).
      Specified by:
      equals in class Record
      Parameters:
      o - the object with which to compare
      Returns:
      true if this object is the same as the o argument; false otherwise.
    • fwd_fee

      public StringFilter fwd_fee()
      Returns the value of the fwd_fee record component.
      Returns:
      the value of the fwd_fee record component
    • ihr_fee

      public StringFilter ihr_fee()
      Returns the value of the ihr_fee record component.
      Returns:
      the value of the ihr_fee record component
    • in_msg

      public MsgEnvelopeFilter in_msg()
      Returns the value of the in_msg record component.
      Returns:
      the value of the in_msg record component
    • msg_id

      public StringFilter msg_id()
      Returns the value of the msg_id record component.
      Returns:
      the value of the msg_id record component
    • msg_type

      public IntFilter msg_type()
      Returns the value of the msg_type record component.
      Returns:
      the value of the msg_type record component
    • msg_type_name

      public InMsgTypeEnumFilter msg_type_name()
      Returns the value of the msg_type_name record component.
      Returns:
      the value of the msg_type_name record component
    • out_msg

      public MsgEnvelopeFilter out_msg()
      Returns the value of the out_msg record component.
      Returns:
      the value of the out_msg record component
    • proof_created

      public StringFilter proof_created()
      Returns the value of the proof_created record component.
      Returns:
      the value of the proof_created record component
    • proof_delivered

      public StringFilter proof_delivered()
      Returns the value of the proof_delivered record component.
      Returns:
      the value of the proof_delivered record component
    • transaction_id

      public StringFilter transaction_id()
      Returns the value of the transaction_id record component.
      Returns:
      the value of the transaction_id record component
    • transit_fee

      public StringFilter transit_fee()
      Returns the value of the transit_fee record component.
      Returns:
      the value of the transit_fee record component
    • OR

      public InMsgFilter OR()
      Returns the value of the OR record component.
      Returns:
      the value of the OR record component