java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.gql.OutMsg
-
Constructor Summary
ConstructorsConstructorDescriptionOutMsg(String import_block_lt, InMsg imported, String msg_env_hash, String msg_id, Integer msg_type, OutMsgTypeEnum msg_type_name, String next_addr_pfx, Integer next_workchain, MsgEnvelope out_msg, InMsg reimport, String transaction_id) Creates an instance of aOutMsgrecord 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.static QueryExecutorBuilderimport_block_lt(String objectFieldsTree, BigIntFormat format) 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.static QueryExecutorBuildernext_addr_pfx(String objectFieldsTree, BigIntFormat format) Returns the value of thenext_workchainrecord 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
-
OutMsg
public OutMsg(String import_block_lt, InMsg imported, String msg_env_hash, String msg_id, Integer msg_type, OutMsgTypeEnum msg_type_name, String next_addr_pfx, Integer next_workchain, MsgEnvelope out_msg, InMsg reimport, String transaction_id) Creates an instance of aOutMsgrecord 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 component
-
-
Method Details
-
import_block_lt
-
next_addr_pfx
-
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
-