Package net.osslabz.lnd.dto
Class PendingChannelsResponsePendingChannel
java.lang.Object
net.osslabz.lnd.dto.PendingChannelsResponsePendingChannel
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-06-07T12:03:34.958542131Z[Etc/UTC]")
public class PendingChannelsResponsePendingChannel
extends Object
PendingChannelsResponsePendingChannel
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionchannelPoint(String channelPoint) chanStatusFlags(String chanStatusFlags) commitmentType(LnrpcCommitmentType commitmentType) booleanGet capacityGet channelPointA set of flags showing the current state of the channel.Get commitmentTypeGet initiatorGet localBalanceThe minimum satoshis this node is required to reserve in its balance.Total number of forwarding packages created in this channel.Whether this channel is advertised to the network or not.Get remoteBalanceThe minimum satoshis the other node is required to reserve in its balance.Get remoteNodePubinthashCode()initiator(LnrpcInitiator initiator) localBalance(String localBalance) localChanReserveSat(String localChanReserveSat) numForwardingPackages(String numForwardingPackages) remoteBalance(String remoteBalance) remoteChanReserveSat(String remoteChanReserveSat) remoteNodePub(String remoteNodePub) voidsetCapacity(String capacity) voidsetChannelPoint(String channelPoint) voidsetChanStatusFlags(String chanStatusFlags) voidsetCommitmentType(LnrpcCommitmentType commitmentType) voidsetInitiator(LnrpcInitiator initiator) voidsetLocalBalance(String localBalance) voidsetLocalChanReserveSat(String localChanReserveSat) voidsetNumForwardingPackages(String numForwardingPackages) voidsetPrivate(Boolean _private) voidsetRemoteBalance(String remoteBalance) voidsetRemoteChanReserveSat(String remoteChanReserveSat) voidsetRemoteNodePub(String remoteNodePub) toString()
-
Field Details
-
SERIALIZED_NAME_REMOTE_NODE_PUB
- See Also:
-
SERIALIZED_NAME_CHANNEL_POINT
- See Also:
-
SERIALIZED_NAME_CAPACITY
- See Also:
-
SERIALIZED_NAME_LOCAL_BALANCE
- See Also:
-
SERIALIZED_NAME_REMOTE_BALANCE
- See Also:
-
SERIALIZED_NAME_LOCAL_CHAN_RESERVE_SAT
- See Also:
-
SERIALIZED_NAME_REMOTE_CHAN_RESERVE_SAT
- See Also:
-
SERIALIZED_NAME_INITIATOR
- See Also:
-
SERIALIZED_NAME_COMMITMENT_TYPE
- See Also:
-
SERIALIZED_NAME_NUM_FORWARDING_PACKAGES
- See Also:
-
SERIALIZED_NAME_CHAN_STATUS_FLAGS
- See Also:
-
SERIALIZED_NAME_PRIVATE
- See Also:
-
-
Constructor Details
-
PendingChannelsResponsePendingChannel
public PendingChannelsResponsePendingChannel()
-
-
Method Details
-
remoteNodePub
-
getRemoteNodePub
Get remoteNodePub- Returns:
- remoteNodePub
-
setRemoteNodePub
-
channelPoint
-
getChannelPoint
Get channelPoint- Returns:
- channelPoint
-
setChannelPoint
-
capacity
-
getCapacity
Get capacity- Returns:
- capacity
-
setCapacity
-
localBalance
-
getLocalBalance
Get localBalance- Returns:
- localBalance
-
setLocalBalance
-
remoteBalance
-
getRemoteBalance
Get remoteBalance- Returns:
- remoteBalance
-
setRemoteBalance
-
localChanReserveSat
-
getLocalChanReserveSat
The minimum satoshis this node is required to reserve in its balance.- Returns:
- localChanReserveSat
-
setLocalChanReserveSat
-
remoteChanReserveSat
-
getRemoteChanReserveSat
The minimum satoshis the other node is required to reserve in its balance.- Returns:
- remoteChanReserveSat
-
setRemoteChanReserveSat
-
initiator
-
getInitiator
Get initiator- Returns:
- initiator
-
setInitiator
-
commitmentType
-
getCommitmentType
Get commitmentType- Returns:
- commitmentType
-
setCommitmentType
-
numForwardingPackages
-
getNumForwardingPackages
Total number of forwarding packages created in this channel.- Returns:
- numForwardingPackages
-
setNumForwardingPackages
-
chanStatusFlags
-
getChanStatusFlags
A set of flags showing the current state of the channel.- Returns:
- chanStatusFlags
-
setChanStatusFlags
-
_private
-
getPrivate
Whether this channel is advertised to the network or not.- Returns:
- _private
-
setPrivate
-
equals
-
hashCode
public int hashCode() -
toString
-