-
public final class Event.ChannelReady extends Event
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classEvent.ChannelReady.Companion
-
Field Summary
Fields Modifier and Type Field Description private final StringchannelIdprivate final StringuserChannelIdprivate final StringcounterpartyNodeId
-
Constructor Summary
Constructors Constructor Description Event.ChannelReady(String channelId, String userChannelId, String counterpartyNodeId)
-
Method Summary
Modifier and Type Method Description final StringgetChannelId()final StringgetUserChannelId()final StringgetCounterpartyNodeId()-
-
Method Detail
-
getChannelId
final String getChannelId()
-
getUserChannelId
final String getUserChannelId()
-
getCounterpartyNodeId
final String getCounterpartyNodeId()
-
-
-
-