java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.gql.OutMsgFilter
public record OutMsgFilter(StringFilter import_block_lt, InMsgFilter imported, StringFilter msg_env_hash, StringFilter msg_id, IntFilter msg_type, OutMsgTypeEnumFilter msg_type_name, StringFilter next_addr_pfx, IntFilter next_workchain, MsgEnvelopeFilter out_msg, InMsgFilter reimport, StringFilter transaction_id, OutMsgFilter OR)
extends Record
-
Constructor Summary
ConstructorsConstructorDescriptionOutMsgFilter(StringFilter import_block_lt, InMsgFilter imported, StringFilter msg_env_hash, StringFilter msg_id, IntFilter msg_type, OutMsgTypeEnumFilter msg_type_name, StringFilter next_addr_pfx, IntFilter next_workchain, MsgEnvelopeFilter out_msg, InMsgFilter reimport, StringFilter transaction_id, OutMsgFilter OR) Creates an instance of aOutMsgFilterrecord class. -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.Returns the value of theimport_block_ltrecord component.imported()Returns the value of theimportedrecord component.Returns the value of themsg_env_hashrecord 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.Returns the value of thenext_addr_pfxrecord component.Returns the value of thenext_workchainrecord component.OR()Returns the value of theORrecord component.out_msg()Returns the value of theout_msgrecord component.reimport()Returns the value of thereimportrecord component.final StringtoString()Returns a string representation of this record class.Returns the value of thetransaction_idrecord component.
-
Constructor Details
-
OutMsgFilter
public OutMsgFilter(StringFilter import_block_lt, InMsgFilter imported, StringFilter msg_env_hash, StringFilter msg_id, IntFilter msg_type, OutMsgTypeEnumFilter msg_type_name, StringFilter next_addr_pfx, IntFilter next_workchain, MsgEnvelopeFilter out_msg, InMsgFilter reimport, StringFilter transaction_id, OutMsgFilter OR) Creates an instance of aOutMsgFilterrecord class.- Parameters:
import_block_lt- the value for theimport_block_ltrecord componentimported- the value for theimportedrecord componentmsg_env_hash- the value for themsg_env_hashrecord componentmsg_id- the value for themsg_idrecord componentmsg_type- the value for themsg_typerecord componentmsg_type_name- the value for themsg_type_namerecord componentnext_addr_pfx- the value for thenext_addr_pfxrecord componentnext_workchain- the value for thenext_workchainrecord componentout_msg- the value for theout_msgrecord componentreimport- the value for thereimportrecord componenttransaction_id- the value for thetransaction_idrecord 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). -
import_block_lt
Returns the value of theimport_block_ltrecord component.- Returns:
- the value of the
import_block_ltrecord component
-
imported
Returns the value of theimportedrecord component.- Returns:
- the value of the
importedrecord component
-
msg_env_hash
Returns the value of themsg_env_hashrecord component.- Returns:
- the value of the
msg_env_hashrecord 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
-
next_addr_pfx
Returns the value of thenext_addr_pfxrecord component.- Returns:
- the value of the
next_addr_pfxrecord component
-
next_workchain
Returns the value of thenext_workchainrecord component.- Returns:
- the value of the
next_workchainrecord component
-
out_msg
Returns the value of theout_msgrecord component.- Returns:
- the value of the
out_msgrecord component
-
reimport
Returns the value of thereimportrecord component.- Returns:
- the value of the
reimportrecord component
-
transaction_id
Returns the value of thetransaction_idrecord component.- Returns:
- the value of the
transaction_idrecord component
-
OR
Returns the value of theORrecord component.- Returns:
- the value of the
ORrecord component
-