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