-
public final class NodeInfo
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classNodeInfo.Companion
-
Field Summary
Fields Modifier and Type Field Description private List<ULong>channelsprivate NodeAnnouncementInfoannouncementInfo
-
Constructor Summary
Constructors Constructor Description NodeInfo(List<ULong> channels, NodeAnnouncementInfo announcementInfo)
-
Method Summary
Modifier and Type Method Description final List<ULong>getChannels()final UnitsetChannels(List<ULong> channels)final NodeAnnouncementInfogetAnnouncementInfo()final UnitsetAnnouncementInfo(NodeAnnouncementInfo announcementInfo)-
-
Constructor Detail
-
NodeInfo
NodeInfo(List<ULong> channels, NodeAnnouncementInfo announcementInfo)
-
-
Method Detail
-
getChannels
final List<ULong> getChannels()
-
setChannels
final Unit setChannels(List<ULong> channels)
-
getAnnouncementInfo
final NodeAnnouncementInfo getAnnouncementInfo()
-
setAnnouncementInfo
final Unit setAnnouncementInfo(NodeAnnouncementInfo announcementInfo)
-
-
-
-