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 aInMsg
record class. -
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
Indicates whether some other object is "equal to" this one.fwd_fee()
Returns the value of thefwd_fee
record component.static QueryExecutorBuilder
fwd_fee
(String objectFieldsTree, BigIntFormat format) final int
hashCode()
Returns a hash code value for this object.ihr_fee()
Returns the value of theihr_fee
record component.static QueryExecutorBuilder
ihr_fee
(String objectFieldsTree, BigIntFormat format) in_msg()
Returns the value of thein_msg
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.out_msg()
Returns the value of theout_msg
record component.Returns the value of theproof_created
record component.Returns the value of theproof_delivered
record component.final String
toString()
Returns a string representation of this record class.Returns the value of thetransaction_id
record component.Returns the value of thetransit_fee
record component.static QueryExecutorBuilder
transit_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 aInMsg
record class.- Parameters:
fwd_fee
- the value for thefwd_fee
record componentihr_fee
- the value for theihr_fee
record componentin_msg
- the value for thein_msg
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 componentout_msg
- the value for theout_msg
record componentproof_created
- the value for theproof_created
record componentproof_delivered
- the value for theproof_delivered
record componenttransaction_id
- the value for thetransaction_id
record componenttransit_fee
- the value for thetransit_fee
record component
-
-
Method Details
-
fwd_fee
-
ihr_fee
-
transit_fee
-
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)
. -
fwd_fee
Returns the value of thefwd_fee
record component.- Returns:
- the value of the
fwd_fee
record component
-
ihr_fee
Returns the value of theihr_fee
record component.- Returns:
- the value of the
ihr_fee
record component
-
in_msg
Returns the value of thein_msg
record component.- Returns:
- the value of the
in_msg
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
-
out_msg
Returns the value of theout_msg
record component.- Returns:
- the value of the
out_msg
record component
-
proof_created
Returns the value of theproof_created
record component.- Returns:
- the value of the
proof_created
record component
-
proof_delivered
Returns the value of theproof_delivered
record component.- Returns:
- the value of the
proof_delivered
record component
-
transaction_id
Returns the value of thetransaction_id
record component.- Returns:
- the value of the
transaction_id
record component
-
transit_fee
Returns the value of thetransit_fee
record component.- Returns:
- the value of the
transit_fee
record component
-