Class PendingChannelsResponseCommitments

java.lang.Object
net.osslabz.lnd.dto.PendingChannelsResponseCommitments

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-06-07T12:03:34.958542131Z[Etc/UTC]") public class PendingChannelsResponseCommitments extends Object
PendingChannelsResponseCommitments
  • Field Details

  • Constructor Details

    • PendingChannelsResponseCommitments

      public PendingChannelsResponseCommitments()
  • Method Details

    • localTxid

      public PendingChannelsResponseCommitments localTxid(String localTxid)
    • getLocalTxid

      @Nullable public String getLocalTxid()
      Hash of the local version of the commitment tx.
      Returns:
      localTxid
    • setLocalTxid

      public void setLocalTxid(String localTxid)
    • remoteTxid

      public PendingChannelsResponseCommitments remoteTxid(String remoteTxid)
    • getRemoteTxid

      @Nullable public String getRemoteTxid()
      Hash of the remote version of the commitment tx.
      Returns:
      remoteTxid
    • setRemoteTxid

      public void setRemoteTxid(String remoteTxid)
    • remotePendingTxid

      public PendingChannelsResponseCommitments remotePendingTxid(String remotePendingTxid)
    • getRemotePendingTxid

      @Nullable public String getRemotePendingTxid()
      Hash of the remote pending version of the commitment tx.
      Returns:
      remotePendingTxid
    • setRemotePendingTxid

      public void setRemotePendingTxid(String remotePendingTxid)
    • localCommitFeeSat

      public PendingChannelsResponseCommitments localCommitFeeSat(String localCommitFeeSat)
    • getLocalCommitFeeSat

      @Nullable public String getLocalCommitFeeSat()
      The amount in satoshis calculated to be paid in fees for the local commitment.
      Returns:
      localCommitFeeSat
    • setLocalCommitFeeSat

      public void setLocalCommitFeeSat(String localCommitFeeSat)
    • remoteCommitFeeSat

      public PendingChannelsResponseCommitments remoteCommitFeeSat(String remoteCommitFeeSat)
    • getRemoteCommitFeeSat

      @Nullable public String getRemoteCommitFeeSat()
      The amount in satoshis calculated to be paid in fees for the remote commitment.
      Returns:
      remoteCommitFeeSat
    • setRemoteCommitFeeSat

      public void setRemoteCommitFeeSat(String remoteCommitFeeSat)
    • remotePendingCommitFeeSat

      public PendingChannelsResponseCommitments remotePendingCommitFeeSat(String remotePendingCommitFeeSat)
    • getRemotePendingCommitFeeSat

      @Nullable public String getRemotePendingCommitFeeSat()
      The amount in satoshis calculated to be paid in fees for the remote pending commitment.
      Returns:
      remotePendingCommitFeeSat
    • setRemotePendingCommitFeeSat

      public void setRemotePendingCommitFeeSat(String remotePendingCommitFeeSat)
    • 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