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 aOutMsg
record class. -
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
Indicates whether some other object is "equal to" this one.final int
hashCode()
Returns a hash code value for this object.Returns the value of theimport_block_lt
record component.static QueryExecutorBuilder
import_block_lt
(String objectFieldsTree, BigIntFormat format) imported()
Returns the value of theimported
record component.Returns the value of themsg_env_hash
record component.msg_id()
Returns the value of themsg_id
record component.msg_type()
Returns the value of themsg_type
record component.Returns the value of themsg_type_name
record component.Returns the value of thenext_addr_pfx
record component.static QueryExecutorBuilder
next_addr_pfx
(String objectFieldsTree, BigIntFormat format) Returns the value of thenext_workchain
record component.out_msg()
Returns the value of theout_msg
record component.reimport()
Returns the value of thereimport
record component.final String
toString()
Returns a string representation of this record class.Returns the value of thetransaction_id
record 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 aOutMsg
record class.- Parameters:
import_block_lt
- the value for theimport_block_lt
record componentimported
- the value for theimported
record componentmsg_env_hash
- the value for themsg_env_hash
record componentmsg_id
- the value for themsg_id
record componentmsg_type
- the value for themsg_type
record componentmsg_type_name
- the value for themsg_type_name
record componentnext_addr_pfx
- the value for thenext_addr_pfx
record componentnext_workchain
- the value for thenext_workchain
record componentout_msg
- the value for theout_msg
record componentreimport
- the value for thereimport
record componenttransaction_id
- the value for thetransaction_id
record component
-
-
Method Details
-
import_block_lt
-
next_addr_pfx
-
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. -
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. -
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_lt
record component.- Returns:
- the value of the
import_block_lt
record component
-
imported
Returns the value of theimported
record component.- Returns:
- the value of the
imported
record component
-
msg_env_hash
Returns the value of themsg_env_hash
record component.- Returns:
- the value of the
msg_env_hash
record component
-
msg_id
Returns the value of themsg_id
record component.- Returns:
- the value of the
msg_id
record component
-
msg_type
Returns the value of themsg_type
record component.- Returns:
- the value of the
msg_type
record component
-
msg_type_name
Returns the value of themsg_type_name
record component.- Returns:
- the value of the
msg_type_name
record component
-
next_addr_pfx
Returns the value of thenext_addr_pfx
record component.- Returns:
- the value of the
next_addr_pfx
record component
-
next_workchain
Returns the value of thenext_workchain
record component.- Returns:
- the value of the
next_workchain
record component
-
out_msg
Returns the value of theout_msg
record component.- Returns:
- the value of the
out_msg
record component
-
reimport
Returns the value of thereimport
record component.- Returns:
- the value of the
reimport
record component
-
transaction_id
Returns the value of thetransaction_id
record component.- Returns:
- the value of the
transaction_id
record component
-