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 Details

  • Constructor Details

    • LnrpcForwardingEvent

      public LnrpcForwardingEvent()
  • Method Details

    • timestamp

      public LnrpcForwardingEvent timestamp(String timestamp)
    • getTimestamp

      @Nullable public String getTimestamp()
      Timestamp is the time (unix epoch offset) that this circuit was completed. Deprecated by timestamp_ns.
      Returns:
      timestamp
    • setTimestamp

      public void setTimestamp(String timestamp)
    • chanIdIn

      public LnrpcForwardingEvent chanIdIn(String chanIdIn)
    • getChanIdIn

      @Nullable public String getChanIdIn()
      The incoming channel ID that carried the HTLC that created the circuit.
      Returns:
      chanIdIn
    • setChanIdIn

      public void setChanIdIn(String chanIdIn)
    • chanIdOut

      public LnrpcForwardingEvent chanIdOut(String chanIdOut)
    • getChanIdOut

      @Nullable public String getChanIdOut()
      The outgoing channel ID that carried the preimage that completed the circuit.
      Returns:
      chanIdOut
    • setChanIdOut

      public void setChanIdOut(String chanIdOut)
    • amtIn

      public LnrpcForwardingEvent amtIn(String amtIn)
    • getAmtIn

      @Nullable public String getAmtIn()
      The total amount (in satoshis) of the incoming HTLC that created half the circuit.
      Returns:
      amtIn
    • setAmtIn

      public void setAmtIn(String amtIn)
    • amtOut

      public LnrpcForwardingEvent amtOut(String amtOut)
    • getAmtOut

      @Nullable public String getAmtOut()
      The total amount (in satoshis) of the outgoing HTLC that created the second half of the circuit.
      Returns:
      amtOut
    • setAmtOut

      public void setAmtOut(String amtOut)
    • fee

      public LnrpcForwardingEvent fee(String fee)
    • getFee

      @Nullable public String getFee()
      The total fee (in satoshis) that this payment circuit carried.
      Returns:
      fee
    • setFee

      public void setFee(String fee)
    • feeMsat

      public LnrpcForwardingEvent feeMsat(String feeMsat)
    • getFeeMsat

      @Nullable public String getFeeMsat()
      The total fee (in milli-satoshis) that this payment circuit carried.
      Returns:
      feeMsat
    • setFeeMsat

      public void setFeeMsat(String feeMsat)
    • amtInMsat

      public LnrpcForwardingEvent amtInMsat(String amtInMsat)
    • getAmtInMsat

      @Nullable public String getAmtInMsat()
      The total amount (in milli-satoshis) of the incoming HTLC that created half the circuit.
      Returns:
      amtInMsat
    • setAmtInMsat

      public void setAmtInMsat(String amtInMsat)
    • amtOutMsat

      public LnrpcForwardingEvent amtOutMsat(String amtOutMsat)
    • getAmtOutMsat

      @Nullable public String getAmtOutMsat()
      The total amount (in milli-satoshis) of the outgoing HTLC that created the second half of the circuit.
      Returns:
      amtOutMsat
    • setAmtOutMsat

      public void setAmtOutMsat(String amtOutMsat)
    • timestampNs

      public LnrpcForwardingEvent timestampNs(String timestampNs)
    • getTimestampNs

      @Nullable public String getTimestampNs()
      The number of nanoseconds elapsed since January 1, 1970 UTC when this circuit was completed.
      Returns:
      timestampNs
    • setTimestampNs

      public void setTimestampNs(String timestampNs)
    • peerAliasIn

      public LnrpcForwardingEvent peerAliasIn(String peerAliasIn)
    • getPeerAliasIn

      @Nullable public String getPeerAliasIn()
      The peer alias of the incoming channel.
      Returns:
      peerAliasIn
    • setPeerAliasIn

      public void setPeerAliasIn(String peerAliasIn)
    • peerAliasOut

      public LnrpcForwardingEvent peerAliasOut(String peerAliasOut)
    • getPeerAliasOut

      @Nullable public String getPeerAliasOut()
      The peer alias of the outgoing channel.
      Returns:
      peerAliasOut
    • setPeerAliasOut

      public void setPeerAliasOut(String peerAliasOut)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object