java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.gql.InMsg
public record InMsg(String fwd_fee, String ihr_fee, MsgEnvelope in_msg, String msg_id, Integer msg_type, InMsgTypeEnum msg_type_name, MsgEnvelope out_msg, String proof_created, String proof_delivered, String transaction_id, String transit_fee)
extends Record
-
Constructor Summary
ConstructorsConstructorDescriptionInMsg(String fwd_fee, String ihr_fee, MsgEnvelope in_msg, String msg_id, Integer msg_type, InMsgTypeEnum msg_type_name, MsgEnvelope out_msg, String proof_created, String proof_delivered, String transaction_id, String transit_fee) Creates an instance of aInMsgrecord 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.static QueryExecutorBuilderfwd_fee(String objectFieldsTree, BigIntFormat format) final inthashCode()Returns a hash code value for this object.ihr_fee()Returns the value of theihr_feerecord component.static QueryExecutorBuilderihr_fee(String objectFieldsTree, BigIntFormat format) 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.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.static QueryExecutorBuildertransit_fee(String objectFieldsTree, BigIntFormat format)
-
Constructor Details
-
InMsg
public InMsg(String fwd_fee, String ihr_fee, MsgEnvelope in_msg, String msg_id, Integer msg_type, InMsgTypeEnum msg_type_name, MsgEnvelope out_msg, String proof_created, String proof_delivered, String transaction_id, String transit_fee) Creates an instance of aInMsgrecord 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 component
-
-
Method Details
-
fwd_fee
-
ihr_fee
-
transit_fee
-
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
-