Package net.osslabz.lnd.dto
Class LnrpcChannelEventUpdate
java.lang.Object
net.osslabz.lnd.dto.LnrpcChannelEventUpdate
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-06-07T12:03:34.958542131Z[Etc/UTC]")
public class LnrpcChannelEventUpdate
extends Object
LnrpcChannelEventUpdate
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactiveChannel(LnrpcChannelPoint activeChannel) closedChannel(LnrpcChannelCloseSummary closedChannel) booleanfullyResolvedChannel(LnrpcChannelPoint fullyResolvedChannel) Get activeChannelGet closedChannelGet fullyResolvedChannelGet inactiveChannelGet openChannelGet pendingOpenChannelgetType()Get typeinthashCode()inactiveChannel(LnrpcChannelPoint inactiveChannel) openChannel(LnrpcChannel openChannel) pendingOpenChannel(LnrpcPendingUpdate pendingOpenChannel) voidsetActiveChannel(LnrpcChannelPoint activeChannel) voidsetClosedChannel(LnrpcChannelCloseSummary closedChannel) voidsetFullyResolvedChannel(LnrpcChannelPoint fullyResolvedChannel) voidsetInactiveChannel(LnrpcChannelPoint inactiveChannel) voidsetOpenChannel(LnrpcChannel openChannel) voidsetPendingOpenChannel(LnrpcPendingUpdate pendingOpenChannel) voidtoString()
-
Field Details
-
SERIALIZED_NAME_OPEN_CHANNEL
- See Also:
-
SERIALIZED_NAME_CLOSED_CHANNEL
- See Also:
-
SERIALIZED_NAME_ACTIVE_CHANNEL
- See Also:
-
SERIALIZED_NAME_INACTIVE_CHANNEL
- See Also:
-
SERIALIZED_NAME_PENDING_OPEN_CHANNEL
- See Also:
-
SERIALIZED_NAME_FULLY_RESOLVED_CHANNEL
- See Also:
-
SERIALIZED_NAME_TYPE
- See Also:
-
-
Constructor Details
-
LnrpcChannelEventUpdate
public LnrpcChannelEventUpdate()
-
-
Method Details
-
openChannel
-
getOpenChannel
Get openChannel- Returns:
- openChannel
-
setOpenChannel
-
closedChannel
-
getClosedChannel
Get closedChannel- Returns:
- closedChannel
-
setClosedChannel
-
activeChannel
-
getActiveChannel
Get activeChannel- Returns:
- activeChannel
-
setActiveChannel
-
inactiveChannel
-
getInactiveChannel
Get inactiveChannel- Returns:
- inactiveChannel
-
setInactiveChannel
-
pendingOpenChannel
-
getPendingOpenChannel
Get pendingOpenChannel- Returns:
- pendingOpenChannel
-
setPendingOpenChannel
-
fullyResolvedChannel
-
getFullyResolvedChannel
Get fullyResolvedChannel- Returns:
- fullyResolvedChannel
-
setFullyResolvedChannel
-
type
-
getType
Get type- Returns:
- type
-
setType
-
equals
-
hashCode
public int hashCode() -
toString
-