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