Package net.osslabz.lnd.dto
Class LnrpcForwardingEvent
java.lang.Object
net.osslabz.lnd.dto.LnrpcForwardingEvent
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-06-07T12:03:34.958542131Z[Etc/UTC]")
public class LnrpcForwardingEvent
extends Object
LnrpcForwardingEvent
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionamtOutMsat(String amtOutMsat) booleangetAmtIn()The total amount (in satoshis) of the incoming HTLC that created half the circuit.The total amount (in milli-satoshis) of the incoming HTLC that created half the circuit.The total amount (in satoshis) of the outgoing HTLC that created the second half of the circuit.The total amount (in milli-satoshis) of the outgoing HTLC that created the second half of the circuit.The incoming channel ID that carried the HTLC that created the circuit.The outgoing channel ID that carried the preimage that completed the circuit.getFee()The total fee (in satoshis) that this payment circuit carried.The total fee (in milli-satoshis) that this payment circuit carried.The peer alias of the incoming channel.The peer alias of the outgoing channel.Timestamp is the time (unix epoch offset) that this circuit was completed.The number of nanoseconds elapsed since January 1, 1970 UTC when this circuit was completed.inthashCode()peerAliasIn(String peerAliasIn) peerAliasOut(String peerAliasOut) voidvoidsetAmtInMsat(String amtInMsat) voidvoidsetAmtOutMsat(String amtOutMsat) voidsetChanIdIn(String chanIdIn) voidsetChanIdOut(String chanIdOut) voidvoidsetFeeMsat(String feeMsat) voidsetPeerAliasIn(String peerAliasIn) voidsetPeerAliasOut(String peerAliasOut) voidsetTimestamp(String timestamp) voidsetTimestampNs(String timestampNs) timestampNs(String timestampNs) toString()
-
Field Details
-
SERIALIZED_NAME_TIMESTAMP
- See Also:
-
SERIALIZED_NAME_CHAN_ID_IN
- See Also:
-
SERIALIZED_NAME_CHAN_ID_OUT
- See Also:
-
SERIALIZED_NAME_AMT_IN
- See Also:
-
SERIALIZED_NAME_AMT_OUT
- See Also:
-
SERIALIZED_NAME_FEE
- See Also:
-
SERIALIZED_NAME_FEE_MSAT
- See Also:
-
SERIALIZED_NAME_AMT_IN_MSAT
- See Also:
-
SERIALIZED_NAME_AMT_OUT_MSAT
- See Also:
-
SERIALIZED_NAME_TIMESTAMP_NS
- See Also:
-
SERIALIZED_NAME_PEER_ALIAS_IN
- See Also:
-
SERIALIZED_NAME_PEER_ALIAS_OUT
- See Also:
-
-
Constructor Details
-
LnrpcForwardingEvent
public LnrpcForwardingEvent()
-
-
Method Details
-
timestamp
-
getTimestamp
Timestamp is the time (unix epoch offset) that this circuit was completed. Deprecated by timestamp_ns.- Returns:
- timestamp
-
setTimestamp
-
chanIdIn
-
getChanIdIn
The incoming channel ID that carried the HTLC that created the circuit.- Returns:
- chanIdIn
-
setChanIdIn
-
chanIdOut
-
getChanIdOut
The outgoing channel ID that carried the preimage that completed the circuit.- Returns:
- chanIdOut
-
setChanIdOut
-
amtIn
-
getAmtIn
The total amount (in satoshis) of the incoming HTLC that created half the circuit.- Returns:
- amtIn
-
setAmtIn
-
amtOut
-
getAmtOut
The total amount (in satoshis) of the outgoing HTLC that created the second half of the circuit.- Returns:
- amtOut
-
setAmtOut
-
fee
-
getFee
The total fee (in satoshis) that this payment circuit carried.- Returns:
- fee
-
setFee
-
feeMsat
-
getFeeMsat
The total fee (in milli-satoshis) that this payment circuit carried.- Returns:
- feeMsat
-
setFeeMsat
-
amtInMsat
-
getAmtInMsat
The total amount (in milli-satoshis) of the incoming HTLC that created half the circuit.- Returns:
- amtInMsat
-
setAmtInMsat
-
amtOutMsat
-
getAmtOutMsat
The total amount (in milli-satoshis) of the outgoing HTLC that created the second half of the circuit.- Returns:
- amtOutMsat
-
setAmtOutMsat
-
timestampNs
-
getTimestampNs
The number of nanoseconds elapsed since January 1, 1970 UTC when this circuit was completed.- Returns:
- timestampNs
-
setTimestampNs
-
peerAliasIn
-
getPeerAliasIn
The peer alias of the incoming channel.- Returns:
- peerAliasIn
-
setPeerAliasIn
-
peerAliasOut
-
getPeerAliasOut
The peer alias of the outgoing channel.- Returns:
- peerAliasOut
-
setPeerAliasOut
-
equals
-
hashCode
public int hashCode() -
toString
-