Package net.osslabz.lnd.dto
Class LnrpcPendingChannelsResponse
java.lang.Object
net.osslabz.lnd.dto.LnrpcPendingChannelsResponse
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-06-07T12:03:34.958542131Z[Etc/UTC]")
public class LnrpcPendingChannelsResponse
extends Object
LnrpcPendingChannelsResponse
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddPendingClosingChannelsItem(PendingChannelsResponseClosedChannel pendingClosingChannelsItem) addPendingForceClosingChannelsItem(PendingChannelsResponseForceClosedChannel pendingForceClosingChannelsItem) addPendingOpenChannelsItem(PendingChannelsResponsePendingOpenChannel pendingOpenChannelsItem) addWaitingCloseChannelsItem(PendingChannelsResponseWaitingCloseChannel waitingCloseChannelsItem) booleanDeprecated: Channels pending closing previously contained cooperatively closed channels with a single confirmation.Get pendingForceClosingChannelsGet pendingOpenChannelsGet totalLimboBalanceGet waitingCloseChannelsinthashCode()pendingClosingChannels(List<PendingChannelsResponseClosedChannel> pendingClosingChannels) pendingForceClosingChannels(List<PendingChannelsResponseForceClosedChannel> pendingForceClosingChannels) pendingOpenChannels(List<PendingChannelsResponsePendingOpenChannel> pendingOpenChannels) voidsetPendingClosingChannels(List<PendingChannelsResponseClosedChannel> pendingClosingChannels) voidsetPendingForceClosingChannels(List<PendingChannelsResponseForceClosedChannel> pendingForceClosingChannels) voidsetPendingOpenChannels(List<PendingChannelsResponsePendingOpenChannel> pendingOpenChannels) voidsetTotalLimboBalance(String totalLimboBalance) voidsetWaitingCloseChannels(List<PendingChannelsResponseWaitingCloseChannel> waitingCloseChannels) toString()totalLimboBalance(String totalLimboBalance) waitingCloseChannels(List<PendingChannelsResponseWaitingCloseChannel> waitingCloseChannels)
-
Field Details
-
SERIALIZED_NAME_TOTAL_LIMBO_BALANCE
- See Also:
-
SERIALIZED_NAME_PENDING_OPEN_CHANNELS
- See Also:
-
SERIALIZED_NAME_PENDING_CLOSING_CHANNELS
- See Also:
-
SERIALIZED_NAME_PENDING_FORCE_CLOSING_CHANNELS
- See Also:
-
SERIALIZED_NAME_WAITING_CLOSE_CHANNELS
- See Also:
-
-
Constructor Details
-
LnrpcPendingChannelsResponse
public LnrpcPendingChannelsResponse()
-
-
Method Details
-
totalLimboBalance
-
getTotalLimboBalance
Get totalLimboBalance- Returns:
- totalLimboBalance
-
setTotalLimboBalance
-
pendingOpenChannels
public LnrpcPendingChannelsResponse pendingOpenChannels(List<PendingChannelsResponsePendingOpenChannel> pendingOpenChannels) -
addPendingOpenChannelsItem
public LnrpcPendingChannelsResponse addPendingOpenChannelsItem(PendingChannelsResponsePendingOpenChannel pendingOpenChannelsItem) -
getPendingOpenChannels
Get pendingOpenChannels- Returns:
- pendingOpenChannels
-
setPendingOpenChannels
public void setPendingOpenChannels(List<PendingChannelsResponsePendingOpenChannel> pendingOpenChannels) -
pendingClosingChannels
public LnrpcPendingChannelsResponse pendingClosingChannels(List<PendingChannelsResponseClosedChannel> pendingClosingChannels) -
addPendingClosingChannelsItem
public LnrpcPendingChannelsResponse addPendingClosingChannelsItem(PendingChannelsResponseClosedChannel pendingClosingChannelsItem) -
getPendingClosingChannels
Deprecated: Channels pending closing previously contained cooperatively closed channels with a single confirmation. These channels are now considered closed from the time we see them on chain.- Returns:
- pendingClosingChannels
-
setPendingClosingChannels
public void setPendingClosingChannels(List<PendingChannelsResponseClosedChannel> pendingClosingChannels) -
pendingForceClosingChannels
public LnrpcPendingChannelsResponse pendingForceClosingChannels(List<PendingChannelsResponseForceClosedChannel> pendingForceClosingChannels) -
addPendingForceClosingChannelsItem
public LnrpcPendingChannelsResponse addPendingForceClosingChannelsItem(PendingChannelsResponseForceClosedChannel pendingForceClosingChannelsItem) -
getPendingForceClosingChannels
Get pendingForceClosingChannels- Returns:
- pendingForceClosingChannels
-
setPendingForceClosingChannels
public void setPendingForceClosingChannels(List<PendingChannelsResponseForceClosedChannel> pendingForceClosingChannels) -
waitingCloseChannels
public LnrpcPendingChannelsResponse waitingCloseChannels(List<PendingChannelsResponseWaitingCloseChannel> waitingCloseChannels) -
addWaitingCloseChannelsItem
public LnrpcPendingChannelsResponse addWaitingCloseChannelsItem(PendingChannelsResponseWaitingCloseChannel waitingCloseChannelsItem) -
getWaitingCloseChannels
Get waitingCloseChannels- Returns:
- waitingCloseChannels
-
setWaitingCloseChannels
public void setWaitingCloseChannels(List<PendingChannelsResponseWaitingCloseChannel> waitingCloseChannels) -
equals
-
hashCode
public int hashCode() -
toString
-