Package org.stellar.sdk.xdr
Class TopologyResponseBodyV0.TopologyResponseBodyV0Builder
java.lang.Object
org.stellar.sdk.xdr.TopologyResponseBodyV0.TopologyResponseBodyV0Builder
- Enclosing class:
TopologyResponseBodyV0
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
inboundPeers
(PeerStatList inboundPeers) outboundPeers
(PeerStatList outboundPeers) toString()
totalInboundPeerCount
(Uint32 totalInboundPeerCount) totalOutboundPeerCount
(Uint32 totalOutboundPeerCount)
-
Method Details
-
inboundPeers
- Returns:
this
.
-
outboundPeers
public TopologyResponseBodyV0.TopologyResponseBodyV0Builder outboundPeers(PeerStatList outboundPeers) - Returns:
this
.
-
totalInboundPeerCount
public TopologyResponseBodyV0.TopologyResponseBodyV0Builder totalInboundPeerCount(Uint32 totalInboundPeerCount) - Returns:
this
.
-
totalOutboundPeerCount
public TopologyResponseBodyV0.TopologyResponseBodyV0Builder totalOutboundPeerCount(Uint32 totalOutboundPeerCount) - Returns:
this
.
-
build
-
toString
-